Home
last modified time | relevance | path

Searched refs:tcp_ca_event (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_kfunc.c18 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 Dbpf_cc_cubic.c
H A Dbpf_dctcp.c183 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 Dtcp_westwood.c240 static void tcp_westwood_event(struct sock *sk, enum tcp_ca_event event) in tcp_westwood_event()
H A Dbpf_tcp_ca.c271 static void bpf_tcp_ca_cwnd_event(struct sock *sk, enum tcp_ca_event ev) in bpf_tcp_ca_cwnd_event()
H A Dtcp_cdg.c345 static void tcp_cdg_cwnd_event(struct sock *sk, const enum tcp_ca_event ev) in tcp_cdg_cwnd_event()
H A Dtcp_input.c362 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 Dtcp.h1241 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