Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfilter.h894 int sk_attach_bpf(u32 ufd, struct sock *sk);
/Linux-v6.6/net/core/
Dsock.c1323 ret = sk_attach_bpf(ufd, sk); in sk_setsockopt()
Dfilter.c1573 int sk_attach_bpf(u32 ufd, struct sock *sk) in sk_attach_bpf() function