Searched refs:dctcp_cwnd_event (Results 1 – 2 of 2) sorted by relevance
188 /* We handle RTO in dctcp_cwnd_event to ensure that we perform only in dctcp_state() 193 __bpf_kfunc static void dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev) in dctcp_cwnd_event() function 258 .cwnd_event = dctcp_cwnd_event,282 BTF_ID_FLAGS(func, dctcp_cwnd_event)
18 extern void dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev) __ksym;73 dctcp_cwnd_event(sk, event); in BPF_PROG()