Searched refs:tcp_congestion_ops (Results 1 – 25 of 37) sorted by relevance
12
25 struct tcp_congestion_ops *tcp_ca_find(const char *name) in tcp_ca_find()27 struct tcp_congestion_ops *e; in tcp_ca_find()49 static struct tcp_congestion_ops *tcp_ca_find_autoload(struct net *net, in tcp_ca_find_autoload()52 struct tcp_congestion_ops *ca = tcp_ca_find(name); in tcp_ca_find_autoload()66 struct tcp_congestion_ops *tcp_ca_find_key(u32 key) in tcp_ca_find_key()68 struct tcp_congestion_ops *e; in tcp_ca_find_key()78 int tcp_validate_congestion_control(struct tcp_congestion_ops *ca) in tcp_validate_congestion_control()93 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) in tcp_register_congestion_control()124 void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca) in tcp_unregister_congestion_control()146 int tcp_update_congestion_control(struct tcp_congestion_ops *ca, struct tcp_congestion_ops *old_ca) in tcp_update_congestion_control()[all …]
18 offsetof(struct tcp_congestion_ops, get_info),177 offsetof(struct tcp_congestion_ops, release)) in bpf_tcp_ca_get_func_proto()188 offsetof(struct tcp_congestion_ops, release)) in bpf_tcp_ca_get_func_proto()221 const struct tcp_congestion_ops *utcp_ca; in bpf_tcp_ca_init_member()222 struct tcp_congestion_ops *tcp_ca; in bpf_tcp_ca_init_member()225 utcp_ca = (const struct tcp_congestion_ops *)udata; in bpf_tcp_ca_init_member()226 tcp_ca = (struct tcp_congestion_ops *)kdata; in bpf_tcp_ca_init_member()230 case offsetof(struct tcp_congestion_ops, flags): in bpf_tcp_ca_init_member()235 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 = {
49 struct tcp_congestion_ops ca_update_1 = {58 struct tcp_congestion_ops ca_update_2 = {67 struct tcp_congestion_ops ca_wrong = {75 struct tcp_congestion_ops ca_no_link = {
16 struct tcp_congestion_ops bpf_nogpltcp = {
23 struct tcp_congestion_ops dctcp_rel = {
18 struct tcp_congestion_ops unsupp_cong_op = {
28 struct tcp_congestion_ops incompl_cong_ops = {
240 struct tcp_congestion_ops dctcp_nouse = {248 struct tcp_congestion_ops dctcp = {
65 struct tcp_congestion_ops write_sk_pacing = {
79 100: dctcp tcp_congestion_ops80 105: cubic tcp_congestion_ops86 Unregistered tcp_congestion_ops cubic id 10592 Registered tcp_congestion_ops cubic id 110
10 BPF_STRUCT_OPS_TYPE(tcp_congestion_ops)
29 struct tcp_congestion_ops;96 const struct tcp_congestion_ops *icsk_ca_ops;
1062 struct tcp_congestion_ops { struct1114 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument1115 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);1116 int tcp_update_congestion_control(struct tcp_congestion_ops *type,1117 struct tcp_congestion_ops *old_type);1118 int tcp_validate_congestion_control(struct tcp_congestion_ops *ca);1136 extern struct tcp_congestion_ops tcp_reno;1138 struct tcp_congestion_ops *tcp_ca_find(const char *name);1139 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);1417 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check()
181 const struct tcp_congestion_ops __rcu *tcp_congestion_control;
159 struct tcp_congestion_ops { struct