Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_kfunc.c10 extern u32 bbr_undo_cwnd(struct sock *sk) __ksym;
65 bbr_undo_cwnd(sk); in BPF_PROG()
/linux/net/ipv4/
H A Dtcp_bbr.c1090 __bpf_kfunc static u32 bbr_undo_cwnd(struct sock *sk) in bbr_undo_cwnd() function
1150 .undo_cwnd = bbr_undo_cwnd,
1162 BTF_ID_FLAGS(func, bbr_undo_cwnd)