Home
last modified time | relevance | path

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

12

/linux/net/ipv4/
A Dbpf_tcp_ca.c17 offsetof(struct tcp_congestion_ops, init),
18 offsetof(struct tcp_congestion_ops, release),
19 offsetof(struct tcp_congestion_ops, set_state),
20 offsetof(struct tcp_congestion_ops, cwnd_event),
21 offsetof(struct tcp_congestion_ops, in_ack_event),
22 offsetof(struct tcp_congestion_ops, pkts_acked),
23 offsetof(struct tcp_congestion_ops, min_tso_segs),
29 offsetof(struct tcp_congestion_ops, get_info),
241 const struct tcp_congestion_ops *utcp_ca; in bpf_tcp_ca_init_member()
242 struct tcp_congestion_ops *tcp_ca; in bpf_tcp_ca_init_member()
[all …]
A Dtcp_cong.c26 struct tcp_congestion_ops *e; in tcp_ca_find()
56 struct tcp_congestion_ops *e; in tcp_ca_find_key()
123 const struct tcp_congestion_ops *ca; in tcp_ca_get_key_by_name()
142 const struct tcp_congestion_ops *ca; in tcp_ca_get_name_by_key()
161 const struct tcp_congestion_ops *ca; in tcp_assign_congestion_control()
223 struct tcp_congestion_ops *ca; in tcp_set_default_congestion_control()
261 struct tcp_congestion_ops *ca; in tcp_get_available_congestion_control()
279 const struct tcp_congestion_ops *ca; in tcp_get_default_congestion_control()
290 struct tcp_congestion_ops *ca; in tcp_get_allowed_congestion_control()
311 struct tcp_congestion_ops *ca; in tcp_set_allowed_congestion_control()
[all …]
A Dtcp_dctcp.c67 static struct tcp_congestion_ops dctcp_reno;
218 static struct tcp_congestion_ops dctcp __read_mostly = {
232 static struct tcp_congestion_ops dctcp_reno __read_mostly = {
A Dtcp_scalable.c41 static struct tcp_congestion_ops tcp_scalable __read_mostly = {
A Dtcp_highspeed.c160 static struct tcp_congestion_ops tcp_highspeed __read_mostly = {
A Dtcp_hybla.c167 static struct tcp_congestion_ops tcp_hybla __read_mostly = {
A Dtcp_veno.c208 static struct tcp_congestion_ops tcp_veno __read_mostly = {
A Dtcp_yeah.c208 static struct tcp_congestion_ops tcp_yeah __read_mostly = {
A Dtcp_vegas.c308 static struct tcp_congestion_ops tcp_vegas __read_mostly = {
A Dtcp_bic.c202 static struct tcp_congestion_ops bictcp __read_mostly = {
A Dtcp_lp.c327 static struct tcp_congestion_ops tcp_lp __read_mostly = {
A Dtcp_westwood.c278 static struct tcp_congestion_ops tcp_westwood __read_mostly = {
A Dtcp_illinois.c328 static struct tcp_congestion_ops tcp_illinois __read_mostly = {
A Dtcp_htcp.c289 static struct tcp_congestion_ops htcp __read_mostly = {
A Dtcp_nv.c470 static struct tcp_congestion_ops tcpnv __read_mostly = {
A Dtcp_cdg.c393 static struct tcp_congestion_ops tcp_cdg __read_mostly = {
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-struct_ops.rst71 100: dctcp tcp_congestion_ops
72 105: cubic tcp_congestion_ops
78 Unregistered tcp_congestion_ops cubic id 105
84 Registered tcp_congestion_ops cubic id 110
/linux/kernel/bpf/
A Dbpf_struct_ops_types.h10 BPF_STRUCT_OPS_TYPE(tcp_congestion_ops)
/linux/tools/testing/selftests/bpf/progs/
A Dbpf_tcp_nogpl.c16 struct tcp_congestion_ops bpf_nogpltcp = {
A Dbpf_dctcp_release.c23 struct tcp_congestion_ops dctcp_rel = {
A Dbpf_dctcp.c231 struct tcp_congestion_ops dctcp_nouse = {
239 struct tcp_congestion_ops dctcp = {
/linux/include/net/
A Dinet_connection_sock.h28 struct tcp_congestion_ops;
94 const struct tcp_congestion_ops *icsk_ca_ops;
A Dtcp.h1050 struct tcp_congestion_ops { struct
1102 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument
1103 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);
1121 extern struct tcp_congestion_ops tcp_reno;
1123 struct tcp_congestion_ops *tcp_ca_find(const char *name);
1124 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);
1386 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check()
/linux/include/net/netns/
A Dipv4.h175 const struct tcp_congestion_ops __rcu *tcp_congestion_control;
/linux/tools/testing/selftests/bpf/
A Dbpf_tcp_helpers.h154 struct tcp_congestion_ops { struct

Completed in 32 milliseconds

12