Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfilter.h898 int sk_reuseport_attach_filter(struct sock_fprog *fprog, struct sock *sk);
/openbmc/linux/net/core/
H A Dsock.c1337 ret = sk_reuseport_attach_filter(&fprog, sk); in sk_setsockopt()
H A Dfilter.c1548 int sk_reuseport_attach_filter(struct sock_fprog *fprog, struct sock *sk) in sk_reuseport_attach_filter() function