Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dsock_reuseport.h45 extern int reuseport_detach_prog(struct sock *sk);
/openbmc/linux/net/core/
H A Dsock_reuseport.c716 int reuseport_detach_prog(struct sock *sk) in reuseport_detach_prog() function
749 EXPORT_SYMBOL(reuseport_detach_prog);
H A Dsock.c1351 ret = reuseport_detach_prog(sk); in sk_setsockopt()