Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dbpf_tcp_helpers.h120 enum tcp_ca_event { enum
170 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev);
/linux/tools/testing/selftests/bpf/progs/
A Dbpf_dctcp.c174 void dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt, in dctcp_ece_ack_update()
196 void BPF_PROG(dctcp_cwnd_event, struct sock *sk, enum tcp_ca_event ev) in BPF_PROG()
A Dbpf_cubic.c189 void BPF_PROG(bpf_cubic_cwnd_event, struct sock *sk, enum tcp_ca_event event) in BPF_PROG()
/linux/net/ipv4/
A Dtcp_vegas.h22 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event);
A Dtcp_dctcp.h19 static inline void dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt, in dctcp_ece_ack_update()
A Dtcp_veno.c113 static void tcp_veno_cwnd_event(struct sock *sk, enum tcp_ca_event event) in tcp_veno_cwnd_event()
A Dtcp_vegas.c152 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event) in tcp_vegas_cwnd_event()
A Dtcp_dctcp.c165 static void dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev) in dctcp_cwnd_event()
A Dtcp_westwood.c240 static void tcp_westwood_event(struct sock *sk, enum tcp_ca_event event) in tcp_westwood_event()
A Dtcp_cdg.c345 static void tcp_cdg_cwnd_event(struct sock *sk, const enum tcp_ca_event ev) in tcp_cdg_cwnd_event()
A Dtcp_cubic.c142 static void cubictcp_cwnd_event(struct sock *sk, enum tcp_ca_event event) in cubictcp_cwnd_event()
A Dtcp_bbr.c331 static void bbr_cwnd_event(struct sock *sk, enum tcp_ca_event event) in bbr_cwnd_event()
A Dtcp_input.c353 tcp_ca_event(sk, CA_EVENT_ECN_IS_CE); in __tcp_ecn_check_ce()
364 tcp_ca_event(sk, CA_EVENT_ECN_NO_CE); in __tcp_ecn_check_ce()
2150 tcp_ca_event(sk, CA_EVENT_LOSS); in tcp_enter_loss()
2646 tcp_ca_event(sk, CA_EVENT_COMPLETE_CWR); in tcp_end_cwnd_reduction()
A Dtcp_output.c147 tcp_ca_event(sk, CA_EVENT_CWND_RESTART); in tcp_cwnd_restart()
167 tcp_ca_event(sk, CA_EVENT_TX_START); in tcp_event_data_sent()
/linux/include/net/
A Dtcp.h985 enum tcp_ca_event { enum
1063 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev);
1151 static inline void tcp_ca_event(struct sock *sk, const enum tcp_ca_event event) in tcp_ca_event() function

Completed in 39 milliseconds