Searched refs:tcp_congestion_ops (Results 1 – 25 of 36) sorted by relevance
12
27 struct tcp_congestion_ops *e; in tcp_ca_find()68 struct tcp_congestion_ops *e; in tcp_ca_find_key()135 const struct tcp_congestion_ops *ca; in tcp_ca_get_key_by_name()153 const struct tcp_congestion_ops *ca; in tcp_ca_get_name_by_key()171 const struct tcp_congestion_ops *ca; in tcp_assign_congestion_control()233 struct tcp_congestion_ops *ca; in tcp_set_default_congestion_control()271 struct tcp_congestion_ops *ca; in tcp_get_available_congestion_control()289 const struct tcp_congestion_ops *ca; in tcp_get_default_congestion_control()300 struct tcp_congestion_ops *ca; in tcp_get_allowed_congestion_control()321 struct tcp_congestion_ops *ca; in tcp_set_allowed_congestion_control()[all …]
18 offsetof(struct tcp_congestion_ops, get_info),180 offsetof(struct tcp_congestion_ops, release)) in bpf_tcp_ca_get_func_proto()191 offsetof(struct tcp_congestion_ops, release)) in bpf_tcp_ca_get_func_proto()224 const struct tcp_congestion_ops *utcp_ca; in bpf_tcp_ca_init_member()225 struct tcp_congestion_ops *tcp_ca; in bpf_tcp_ca_init_member()228 utcp_ca = (const struct tcp_congestion_ops *)udata; in bpf_tcp_ca_init_member()229 tcp_ca = (struct tcp_congestion_ops *)kdata; in bpf_tcp_ca_init_member()233 case offsetof(struct tcp_congestion_ops, flags): in bpf_tcp_ca_init_member()238 case offsetof(struct tcp_congestion_ops, name): in bpf_tcp_ca_init_member()
68 static struct tcp_congestion_ops dctcp_reno;240 static struct tcp_congestion_ops dctcp __read_mostly = {254 static struct tcp_congestion_ops dctcp_reno __read_mostly = {
41 static struct tcp_congestion_ops tcp_scalable __read_mostly = {
160 static struct tcp_congestion_ops tcp_highspeed __read_mostly = {
167 static struct tcp_congestion_ops tcp_hybla __read_mostly = {
208 static struct tcp_congestion_ops tcp_veno __read_mostly = {
208 static struct tcp_congestion_ops tcp_yeah __read_mostly = {
202 static struct tcp_congestion_ops bictcp __read_mostly = {
309 static struct tcp_congestion_ops tcp_vegas __read_mostly = {
327 static struct tcp_congestion_ops tcp_lp __read_mostly = {
279 static struct tcp_congestion_ops tcp_westwood __read_mostly = {
330 static struct tcp_congestion_ops tcp_illinois __read_mostly = {
75 100: dctcp tcp_congestion_ops76 105: cubic tcp_congestion_ops82 Unregistered tcp_congestion_ops cubic id 10588 Registered tcp_congestion_ops cubic id 110
10 BPF_STRUCT_OPS_TYPE(tcp_congestion_ops)
16 struct tcp_congestion_ops bpf_nogpltcp = {
18 struct tcp_congestion_ops unsupp_cong_op = {
23 struct tcp_congestion_ops dctcp_rel = {
28 struct tcp_congestion_ops incompl_cong_ops = {
54 struct tcp_congestion_ops write_sk_pacing = {
240 struct tcp_congestion_ops dctcp_nouse = {248 struct tcp_congestion_ops dctcp = {
29 struct tcp_congestion_ops;96 const struct tcp_congestion_ops *icsk_ca_ops;
1066 struct tcp_congestion_ops { struct1118 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument1119 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);1137 extern struct tcp_congestion_ops tcp_reno;1139 struct tcp_congestion_ops *tcp_ca_find(const char *name);1140 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);1418 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check()
180 const struct tcp_congestion_ops __rcu *tcp_congestion_control;
159 struct tcp_congestion_ops { struct
Completed in 33 milliseconds