Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_kfunc.c9 extern u32 bbr_sndbuf_expand(struct sock *sk) __ksym;
59 return bbr_sndbuf_expand(sk); in BPF_PROG()
/linux/net/ipv4/
H A Dtcp_bbr.c1081 __bpf_kfunc static u32 bbr_sndbuf_expand(struct sock *sk) in bbr_sndbuf_expand() function
1149 .sndbuf_expand = bbr_sndbuf_expand,
1161 BTF_ID_FLAGS(func, bbr_sndbuf_expand)