Searched refs:tcp_ca_event (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | tcp_ca_kfunc.c | 18 extern void dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev) __ksym; 71 void BPF_PROG(cwnd_event, struct sock *sk, enum tcp_ca_event event) in BPF_PROG()
|
| H A D | bpf_cc_cubic.c | |
| H A D | bpf_dctcp.c | 183 static void dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt, 205 void BPF_PROG(bpf_dctcp_cwnd_event, struct sock *sk, enum tcp_ca_event ev) in dctcp_ece_ack_update()
|
| /linux/net/ipv4/ |
| 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 | bpf_tcp_ca.c | 271 static void bpf_tcp_ca_cwnd_event(struct sock *sk, enum tcp_ca_event ev) in bpf_tcp_ca_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_input.c | 362 tcp_ca_event(sk, CA_EVENT_ECN_IS_CE); in tcp_data_ecn_check() 380 tcp_ca_event(sk, CA_EVENT_ECN_NO_CE); in tcp_data_ecn_check() 2571 tcp_ca_event(sk, CA_EVENT_LOSS); in tcp_enter_loss() 3026 tcp_ca_event(sk, CA_EVENT_COMPLETE_CWR); in tcp_end_cwnd_reduction()
|
| /linux/include/net/ |
| H A D | tcp.h | 1241 enum tcp_ca_event { enum 1343 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev); 1443 static inline void tcp_ca_event(struct sock *sk, const enum tcp_ca_event event) in tcp_ca_event() function
|