Searched refs:tcp_congestion_ops (Results 1 – 25 of 34) sorted by relevance
12
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; in dctcp_init() 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 = {
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 = {
289 static struct tcp_congestion_ops htcp __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 = {
246 struct tcp_congestion_ops dctcp_nouse = {254 struct tcp_congestion_ops dctcp = {
59 struct tcp_congestion_ops write_sk_pacing = {
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;
1167 struct tcp_congestion_ops { struct1219 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument1220 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);1221 int tcp_update_congestion_control(struct tcp_congestion_ops *type,1222 struct tcp_congestion_ops *old_type);1223 int tcp_validate_congestion_control(struct tcp_congestion_ops *ca);1241 extern struct tcp_congestion_ops tcp_reno;1243 struct tcp_congestion_ops *tcp_ca_find(const char *name);1244 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);1522 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check()