Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dsock_reuseport.h32 extern int reuseport_add_sock(struct sock *sk, struct sock *sk2,
/Linux-v6.1/net/core/
Dsock_reuseport.c251 int reuseport_add_sock(struct sock *sk, struct sock *sk2, bool bind_inany) in reuseport_add_sock() function
297 EXPORT_SYMBOL(reuseport_add_sock);
/Linux-v6.1/net/sctp/
Dinput.c775 err = reuseport_add_sock(sk, sk2, any); in __sctp_hash_endpoint()
/Linux-v6.1/net/ipv4/
Dinet_hashtables.c699 return reuseport_add_sock(sk, sk2, in inet_reuseport_add_sock()
Dudp.c216 return reuseport_add_sock(sk, sk2, in udp_reuseport_add_sock()