Home
last modified time | relevance | path

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

12

/openbmc/linux/net/ipv4/
H A 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(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 …]
H A 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()
H A Dtcp_dctcp.c79 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 = {
H A Dtcp_scalable.c41 static struct tcp_congestion_ops tcp_scalable __read_mostly = {
H A Dtcp_highspeed.c160 static struct tcp_congestion_ops tcp_highspeed __read_mostly = {
H A Dtcp_hybla.c167 static struct tcp_congestion_ops tcp_hybla __read_mostly = {
H A Dtcp_veno.c208 static struct tcp_congestion_ops tcp_veno __read_mostly = {
H A Dtcp_yeah.c208 static struct tcp_congestion_ops tcp_yeah __read_mostly = {
H A Dtcp_vegas.c309 static struct tcp_congestion_ops tcp_vegas __read_mostly = {
H A Dtcp_bic.c202 static struct tcp_congestion_ops bictcp __read_mostly = {
H A Dtcp_westwood.c279 static struct tcp_congestion_ops tcp_westwood __read_mostly = {
H A Dtcp_lp.c327 static struct tcp_congestion_ops tcp_lp __read_mostly = {
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A 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 = {
H A Dbpf_tcp_nogpl.c16 struct tcp_congestion_ops bpf_nogpltcp = {
H A Dtcp_ca_unsupp_cong_op.c18 struct tcp_congestion_ops unsupp_cong_op = {
H A Dbpf_dctcp_release.c23 struct tcp_congestion_ops dctcp_rel = {
H A Dtcp_ca_incompl_cong_ops.c28 struct tcp_congestion_ops incompl_cong_ops = {
H A Dbpf_dctcp.c240 struct tcp_congestion_ops dctcp_nouse = {
248 struct tcp_congestion_ops dctcp = {
H A Dtcp_ca_write_sk_pacing.c65 struct tcp_congestion_ops write_sk_pacing = {
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A 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
/openbmc/linux/kernel/bpf/
H A Dbpf_struct_ops_types.h10 BPF_STRUCT_OPS_TYPE(tcp_congestion_ops)
/openbmc/linux/include/net/
H A Dinet_connection_sock.h29 struct tcp_congestion_ops;
96 const struct tcp_congestion_ops *icsk_ca_ops;
H A Dtcp.h1082 struct tcp_congestion_ops { struct
1134 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument
1135 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);
1136 int tcp_update_congestion_control(struct tcp_congestion_ops *type,
1137 struct tcp_congestion_ops *old_type);
1138 int tcp_validate_congestion_control(struct tcp_congestion_ops *ca);
1156 extern struct tcp_congestion_ops tcp_reno;
1158 struct tcp_congestion_ops *tcp_ca_find(const char *name);
1159 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);
1437 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check()
/openbmc/linux/include/net/netns/
H A Dipv4.h181 const struct tcp_congestion_ops __rcu *tcp_congestion_control;
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h159 struct tcp_congestion_ops { struct

12