Home
last modified time | relevance | path

Searched refs:reuseport_add_sock (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/net/
H A Dsock_reuseport.h33 extern int reuseport_add_sock(struct sock *sk, struct sock *sk2,
/openbmc/linux/net/core/
H A Dsock_reuseport.c321 int reuseport_add_sock(struct sock *sk, struct sock *sk2, bool bind_inany) in reuseport_add_sock() function
367 EXPORT_SYMBOL(reuseport_add_sock);
/openbmc/linux/net/sctp/
H A Dinput.c766 err = reuseport_add_sock(sk, sk2, any); in __sctp_hash_endpoint()
/openbmc/linux/net/ipv4/
H A Dinet_hashtables.c726 return reuseport_add_sock(sk, sk2, in inet_reuseport_add_sock()
H A Dudp.c223 return reuseport_add_sock(sk, sk2, in udp_reuseport_add_sock()