Home
last modified time | relevance | path

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

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