Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_kfunc.c11 extern void bbr_cwnd_event(struct sock *sk, enum tcp_ca_event event) __ksym;
72 bbr_cwnd_event(sk, event); in BPF_PROG()
/linux/net/ipv4/
H A Dtcp_bbr.c332 __bpf_kfunc static void bbr_cwnd_event(struct sock *sk, enum tcp_ca_event event) in bbr_cwnd_event() function
1151 .cwnd_event = bbr_cwnd_event,
1163 BTF_ID_FLAGS(func, bbr_cwnd_event)