Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dsock_reuseport.h31 extern int reuseport_add_sock(struct sock *sk, struct sock *sk2,
/OK3568_Linux_fs/kernel/net/core/
H A Dsock_reuseport.c156 int reuseport_add_sock(struct sock *sk, struct sock *sk2, bool bind_inany) in reuseport_add_sock() function
197 EXPORT_SYMBOL(reuseport_add_sock);
/OK3568_Linux_fs/kernel/net/sctp/
H A Dinput.c752 err = reuseport_add_sock(sk, sk2, any); in __sctp_hash_endpoint()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_hashtables.c621 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()