Home
last modified time | relevance | path

Searched refs:tcp_congestion_ops (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v6.6/net/ipv4/
Dtcp_cong.c25 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 …]
Dbpf_tcp_ca.c18 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()
Dtcp_dctcp.c68 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 = {
Dtcp_scalable.c41 static struct tcp_congestion_ops tcp_scalable __read_mostly = {
Dtcp_highspeed.c160 static struct tcp_congestion_ops tcp_highspeed __read_mostly = {
Dtcp_hybla.c167 static struct tcp_congestion_ops tcp_hybla __read_mostly = {
Dtcp_veno.c208 static struct tcp_congestion_ops tcp_veno __read_mostly = {
Dtcp_yeah.c208 static struct tcp_congestion_ops tcp_yeah __read_mostly = {
Dtcp_bic.c202 static struct tcp_congestion_ops bictcp __read_mostly = {
Dtcp_vegas.c309 static struct tcp_congestion_ops tcp_vegas __read_mostly = {
Dtcp_lp.c327 static struct tcp_congestion_ops tcp_lp __read_mostly = {
Dtcp_westwood.c279 static struct tcp_congestion_ops tcp_westwood __read_mostly = {
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dtcp_ca_update.c49 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 = {
Dbpf_tcp_nogpl.c16 struct tcp_congestion_ops bpf_nogpltcp = {
Dbpf_dctcp_release.c23 struct tcp_congestion_ops dctcp_rel = {
Dtcp_ca_unsupp_cong_op.c18 struct tcp_congestion_ops unsupp_cong_op = {
Dtcp_ca_incompl_cong_ops.c28 struct tcp_congestion_ops incompl_cong_ops = {
Dbpf_dctcp.c240 struct tcp_congestion_ops dctcp_nouse = {
248 struct tcp_congestion_ops dctcp = {
Dtcp_ca_write_sk_pacing.c65 struct tcp_congestion_ops write_sk_pacing = {
/Linux-v6.6/tools/bpf/bpftool/Documentation/
Dbpftool-struct_ops.rst79 100: dctcp tcp_congestion_ops
80 105: cubic tcp_congestion_ops
86 Unregistered tcp_congestion_ops cubic id 105
92 Registered tcp_congestion_ops cubic id 110
/Linux-v6.6/kernel/bpf/
Dbpf_struct_ops_types.h10 BPF_STRUCT_OPS_TYPE(tcp_congestion_ops)
/Linux-v6.6/include/net/
Dinet_connection_sock.h29 struct tcp_congestion_ops;
96 const struct tcp_congestion_ops *icsk_ca_ops;
Dtcp.h1062 struct tcp_congestion_ops { struct
1114 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument
1115 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()
/Linux-v6.6/include/net/netns/
Dipv4.h181 const struct tcp_congestion_ops __rcu *tcp_congestion_control;
/Linux-v6.6/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h159 struct tcp_congestion_ops { struct

12