/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_vegas.h | 22 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event);
|
H A D | tcp_dctcp.h | 19 static inline void dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt, in dctcp_ece_ack_update()
|
H A D | tcp_veno.c | 113 static void tcp_veno_cwnd_event(struct sock *sk, enum tcp_ca_event event) in tcp_veno_cwnd_event()
|
H A D | tcp_westwood.c | 240 static void tcp_westwood_event(struct sock *sk, enum tcp_ca_event event) in tcp_westwood_event()
|
H A D | tcp_vegas.c | 152 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event) in tcp_vegas_cwnd_event()
|
H A D | tcp_dctcp.c | 163 static void dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev) in dctcp_cwnd_event()
|
H A D | tcp_cubic.c | 149 static void bictcp_cwnd_event(struct sock *sk, enum tcp_ca_event event) in bictcp_cwnd_event()
|
H A D | tcp_cdg.c | 345 static void tcp_cdg_cwnd_event(struct sock *sk, const enum tcp_ca_event ev) in tcp_cdg_cwnd_event()
|
H A D | tcp_bbr.c | 329 static void bbr_cwnd_event(struct sock *sk, enum tcp_ca_event event) in bbr_cwnd_event()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_vegas.h | 22 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event);
|
H A D | tcp_dctcp.h | 19 static inline void dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt, in dctcp_ece_ack_update()
|
H A D | tcp_veno.c | 113 static void tcp_veno_cwnd_event(struct sock *sk, enum tcp_ca_event event) in tcp_veno_cwnd_event()
|
H A D | tcp_westwood.c | 240 static void tcp_westwood_event(struct sock *sk, enum tcp_ca_event event) in tcp_westwood_event()
|
H A D | tcp_vegas.c | 152 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event) in tcp_vegas_cwnd_event()
|
H A D | tcp_dctcp.c | 182 __bpf_kfunc static void dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev) in dctcp_cwnd_event()
|
H A D | tcp_cdg.c | 345 static void tcp_cdg_cwnd_event(struct sock *sk, const enum tcp_ca_event ev) in tcp_cdg_cwnd_event()
|
H A D | tcp_cubic.c | 142 __bpf_kfunc static void cubictcp_cwnd_event(struct sock *sk, enum tcp_ca_event event) in cubictcp_cwnd_event()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | bpf_tcp_helpers.h | 114 enum tcp_ca_event { enum 164 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev);
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_dctcp.c | 149 void dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt, in dctcp_ece_ack_update() 171 void BPF_PROG(dctcp_cwnd_event, struct sock *sk, enum tcp_ca_event ev) in BPF_PROG()
|
H A D | bpf_cubic.c | 195 void BPF_PROG(bictcp_cwnd_event, struct sock *sk, enum tcp_ca_event event) in BPF_PROG()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | bpf_tcp_helpers.h | 125 enum tcp_ca_event { enum 175 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev);
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_dctcp.c | 183 void dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt, in dctcp_ece_ack_update() 205 void BPF_PROG(dctcp_cwnd_event, struct sock *sk, enum tcp_ca_event ev) in BPF_PROG()
|
H A D | bpf_cubic.c | 189 void BPF_PROG(bpf_cubic_cwnd_event, struct sock *sk, enum tcp_ca_event event) in BPF_PROG()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 999 enum tcp_ca_event { enum 1080 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev); 1152 static inline void tcp_ca_event(struct sock *sk, const enum tcp_ca_event event) in tcp_ca_event() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 998 enum tcp_ca_event { enum 1077 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev); 1159 static inline void tcp_ca_event(struct sock *sk, const enum tcp_ca_event event) in tcp_ca_event() function
|