Searched refs:tcp_ca_event (Results 1 - 16 of 16) sorted by relevance

/linux-master/net/ipv4/
H A Dtcp_vegas.h22 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event);
H A Dtcp_dctcp.h19 static inline void dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt,
H A Dtcp_veno.c113 static void tcp_veno_cwnd_event(struct sock *sk, enum tcp_ca_event event)
H A Dtcp_vegas.c152 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event)
H A Dtcp_westwood.c240 static void tcp_westwood_event(struct sock *sk, enum tcp_ca_event event)
H A Dtcp_dctcp.c182 __bpf_kfunc static void dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev)
H A Dbpf_tcp_ca.c293 static void bpf_tcp_ca_cwnd_event(struct sock *sk, enum tcp_ca_event ev)
H A Dtcp_cdg.c345 static void tcp_cdg_cwnd_event(struct sock *sk, const enum tcp_ca_event ev)
H A Dtcp_cubic.c142 __bpf_kfunc static void cubictcp_cwnd_event(struct sock *sk, enum tcp_ca_event event)
H A Dtcp_bbr.c332 __bpf_kfunc static void bbr_cwnd_event(struct sock *sk, enum tcp_ca_event event)
H A Dtcp_input.c368 tcp_ca_event(sk, CA_EVENT_ECN_IS_CE);
379 tcp_ca_event(sk, CA_EVENT_ECN_NO_CE);
2191 tcp_ca_event(sk, CA_EVENT_LOSS);
2702 tcp_ca_event(sk, CA_EVENT_COMPLETE_CWR);
H A Dtcp_output.c148 tcp_ca_event(sk, CA_EVENT_CWND_RESTART);
168 tcp_ca_event(sk, CA_EVENT_TX_START);
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h125 enum tcp_ca_event { enum
175 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c183 void dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt,
205 void BPF_PROG(dctcp_cwnd_event, struct sock *sk, enum tcp_ca_event ev)
H A Dbpf_cubic.c189 void BPF_PROG(bpf_cubic_cwnd_event, struct sock *sk, enum tcp_ca_event event)
/linux-master/include/net/
H A Dtcp.h1077 enum tcp_ca_event { enum
1156 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev);
1238 static inline void tcp_ca_event(struct sock *sk, const enum tcp_ca_event event) function

Completed in 186 milliseconds