Home
last modified time | relevance | path

Searched refs:sk_attach_bpf (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dfilter.h752 int sk_attach_bpf(u32 ufd, struct sock *sk);
/Linux-v4.19/net/core/
Dsock.c905 ret = sk_attach_bpf(ufd, sk); in sock_setsockopt()
Dfilter.c1548 int sk_attach_bpf(u32 ufd, struct sock *sk) in sk_attach_bpf() function