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(const char *name) in tcp_ca_find_autoload()51 struct tcp_congestion_ops *ca = tcp_ca_find(name); in tcp_ca_find_autoload()65 struct tcp_congestion_ops *tcp_ca_find_key(u32 key) in tcp_ca_find_key()67 struct tcp_congestion_ops *e; in tcp_ca_find_key()77 int tcp_validate_congestion_control(struct tcp_congestion_ops *ca) in tcp_validate_congestion_control()92 int tcp_register_congestion_control(struct tcp_congestion_ops *ca) in tcp_register_congestion_control()123 void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca) in tcp_unregister_congestion_control()145 int tcp_update_congestion_control(struct tcp_congestion_ops *ca, struct tcp_congestion_ops *old_ca) in tcp_update_congestion_control()[all …]
170 offsetof(struct tcp_congestion_ops, release)) in bpf_tcp_ca_get_func_proto()181 offsetof(struct tcp_congestion_ops, release)) in bpf_tcp_ca_get_func_proto()214 const struct tcp_congestion_ops *utcp_ca; in bpf_tcp_ca_init_member()215 struct tcp_congestion_ops *tcp_ca; in bpf_tcp_ca_init_member()218 utcp_ca = (const struct tcp_congestion_ops *)udata; in bpf_tcp_ca_init_member()219 tcp_ca = (struct tcp_congestion_ops *)kdata; in bpf_tcp_ca_init_member()223 case offsetof(struct tcp_congestion_ops, flags): in bpf_tcp_ca_init_member()228 case offsetof(struct tcp_congestion_ops, name): in bpf_tcp_ca_init_member()311 static struct tcp_congestion_ops __bpf_ops_tcp_congestion_ops = {345 ret = ret ?: register_bpf_struct_ops(&bpf_tcp_congestion_ops, tcp_congestion_ops); in bpf_tcp_ca_kfunc_init()
79 static struct tcp_congestion_ops dctcp_reno;251 static struct tcp_congestion_ops dctcp __read_mostly = {265 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 = {
309 static struct tcp_congestion_ops tcp_vegas __read_mostly = {
202 static struct tcp_congestion_ops bictcp __read_mostly = {
327 static struct tcp_congestion_ops tcp_lp __read_mostly = {
279 static struct tcp_congestion_ops tcp_westwood __read_mostly = {
43 struct tcp_congestion_ops ca_update_1 = {52 struct tcp_congestion_ops ca_update_2 = {61 struct tcp_congestion_ops ca_wrong = {69 struct tcp_congestion_ops ca_no_link = {
14 struct tcp_congestion_ops bpf_nogpltcp = {
18 struct tcp_congestion_ops unsupp_cong_op = {
19 struct tcp_congestion_ops dctcp_rel = {
22 struct tcp_congestion_ops incompl_cong_ops = {
59 struct tcp_congestion_ops write_sk_pacing = {
246 struct tcp_congestion_ops dctcp_nouse = {254 struct tcp_congestion_ops dctcp = {
106 struct tcp_congestion_ops tcp_ca_kfunc = {
178 struct tcp_congestion_ops cc_cubic = {
78 100: dctcp tcp_congestion_ops79 105: cubic tcp_congestion_ops85 Unregistered tcp_congestion_ops cubic id 10591 Registered tcp_congestion_ops cubic id 110
29 struct tcp_congestion_ops;95 const struct tcp_congestion_ops *icsk_ca_ops;
1150 struct tcp_congestion_ops { struct1202 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument1203 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);1204 int tcp_update_congestion_control(struct tcp_congestion_ops *type,1205 struct tcp_congestion_ops *old_type);1206 int tcp_validate_congestion_control(struct tcp_congestion_ops *ca);1224 extern struct tcp_congestion_ops tcp_reno;1226 struct tcp_congestion_ops *tcp_ca_find(const char *name);1227 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);1505 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check()
211 const struct tcp_congestion_ops __rcu *tcp_congestion_control;