Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h890 int sk_attach_bpf(u32 ufd, struct sock *sk);
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c1081 ret = sk_attach_bpf(ufd, sk); in sock_setsockopt()
H A Dfilter.c1570 int sk_attach_bpf(u32 ufd, struct sock *sk) in sk_attach_bpf() function