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.c193 __bpf_kfunc static void dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev) in dctcp_cwnd_event() function
254 .cwnd_event = dctcp_cwnd_event,
277 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()