Home
last modified time | relevance | path

Searched refs:dctcp_cwnd_event (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dtcp_dctcp.c188 /* 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)
/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;
73 dctcp_cwnd_event(sk, event); in BPF_PROG()