Searched refs:tcp_congestion_ops (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/tools/testing/selftests/bpf/progs/
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 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_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 Dtcp_ca_write_sk_pacing.c65 struct tcp_congestion_ops write_sk_pacing = {
H A Dbpf_dctcp.c240 struct tcp_congestion_ops dctcp_nouse = {
248 struct tcp_congestion_ops dctcp = {
/linux-master/net/ipv4/
H A Dtcp_cong.c25 struct tcp_congestion_ops *tcp_ca_find(const char *name)
27 struct tcp_congestion_ops *e;
49 static struct tcp_congestion_ops *tcp_ca_find_autoload(struct net *net,
52 struct tcp_congestion_ops *ca = tcp_ca_find(name);
66 struct tcp_congestion_ops *tcp_ca_find_key(u32 key)
68 struct tcp_congestion_ops *e;
78 int tcp_validate_congestion_control(struct tcp_congestion_ops *ca)
93 int tcp_register_congestion_control(struct tcp_congestion_ops *ca)
124 void tcp_unregister_congestion_control(struct tcp_congestion_ops *ca)
146 int tcp_update_congestion_control(struct tcp_congestion_ops *c
[all...]
H A Dbpf_tcp_ca.c18 offsetof(struct tcp_congestion_ops, get_info),
40 type_id = btf_find_by_name_kind(btf, "tcp_congestion_ops", BTF_KIND_STRUCT);
183 offsetof(struct tcp_congestion_ops, release))
194 offsetof(struct tcp_congestion_ops, release))
227 const struct tcp_congestion_ops *utcp_ca;
228 struct tcp_congestion_ops *tcp_ca;
231 utcp_ca = (const struct tcp_congestion_ops *)udata;
232 tcp_ca = (struct tcp_congestion_ops *)kdata;
236 case offsetof(struct tcp_congestion_ops, flags):
241 case offsetof(struct tcp_congestion_ops, nam
[all...]
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_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 = {
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_hybla.c167 static struct tcp_congestion_ops tcp_hybla __read_mostly = {
H A Dtcp_vegas.c309 static struct tcp_congestion_ops tcp_vegas __read_mostly = {
H A Dtcp_westwood.c279 static struct tcp_congestion_ops tcp_westwood __read_mostly = {
H A Dtcp_bic.c202 static struct tcp_congestion_ops bictcp __read_mostly = {
H A Dtcp_illinois.c330 static struct tcp_congestion_ops tcp_illinois __read_mostly = {
H A Dtcp_lp.c327 static struct tcp_congestion_ops tcp_lp __read_mostly = {
H A Dtcp_htcp.c289 static struct tcp_congestion_ops htcp __read_mostly = {
/linux-master/include/net/
H A Dinet_connection_sock.h29 struct tcp_congestion_ops;
95 const struct tcp_congestion_ops *icsk_ca_ops;
H A Dtcp.h1143 struct tcp_congestion_ops { struct
1195 int tcp_register_congestion_control(struct tcp_congestion_ops *type);
1196 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);
1197 int tcp_update_congestion_control(struct tcp_congestion_ops *type,
1198 struct tcp_congestion_ops *old_type);
1199 int tcp_validate_congestion_control(struct tcp_congestion_ops *ca);
1217 extern struct tcp_congestion_ops tcp_reno;
1219 struct tcp_congestion_ops *tcp_ca_find(const char *name);
1220 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);
1498 const struct tcp_congestion_ops *ca_op
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h159 struct tcp_congestion_ops { struct
/linux-master/include/net/netns/
H A Dipv4.h200 const struct tcp_congestion_ops __rcu *tcp_congestion_control;

Completed in 154 milliseconds

12