Home
last modified time | relevance | path

Searched refs:__inet_inherit_port (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/ipv4/
Dinet_hashtables.c134 int __inet_inherit_port(struct sock *sk, struct sock *child) in __inet_inherit_port() function
170 EXPORT_SYMBOL_GPL(__inet_inherit_port);
Dtcp_ipv4.c1325 if (__inet_inherit_port(sk, newsk) < 0) in tcp_v4_syn_recv_sock()
/linux-4.1.27/include/net/
Dinet_hashtables.h245 int __inet_inherit_port(struct sock *sk, struct sock *child);
/linux-4.1.27/net/dccp/
Dipv4.c426 if (__inet_inherit_port(sk, newsk) < 0) in dccp_v4_request_recv_sock()
Dipv6.c558 if (__inet_inherit_port(sk, newsk) < 0) { in dccp_v6_request_recv_sock()
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c1175 if (__inet_inherit_port(sk, newsk) < 0) { in tcp_v6_syn_recv_sock()