Searched refs:inet_ehash_nolisten (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | inet_hashtables.c | 694 bool inet_ehash_nolisten(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_nolisten() function 708 EXPORT_SYMBOL_GPL(inet_ehash_nolisten); 741 inet_ehash_nolisten(sk, osk, NULL); in __inet_hash() 1120 inet_ehash_nolisten(sk, (struct sock *)tw, NULL); in __inet_hash_connect()
|
H A D | tcp_ipv4.c | 1643 *own_req = inet_ehash_nolisten(newsk, req_to_sk(req_unhash), in tcp_v4_syn_recv_sock()
|
/openbmc/linux/include/net/ |
H A D | inet_hashtables.h | 306 bool inet_ehash_nolisten(struct sock *sk, struct sock *osk,
|
/openbmc/linux/net/dccp/ |
H A D | ipv4.c | 444 *own_req = inet_ehash_nolisten(newsk, req_to_sk(req_unhash), NULL); in dccp_v4_request_recv_sock()
|
H A D | ipv6.c | 555 *own_req = inet_ehash_nolisten(newsk, req_to_sk(req_unhash), NULL); in dccp_v6_request_recv_sock()
|
/openbmc/linux/net/ipv6/ |
H A D | tcp_ipv6.c | 1377 *own_req = inet_ehash_nolisten(newsk, req_to_sk(req_unhash), in tcp_v6_syn_recv_sock()
|