Home
last modified time | relevance | path

Searched refs:found_dup_sk (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv4/
H A Dinet_hashtables.c656 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_insert() argument
675 } else if (found_dup_sk) { in inet_ehash_insert()
676 *found_dup_sk = inet_ehash_lookup_by_sk(sk, list); in inet_ehash_insert()
677 if (*found_dup_sk) in inet_ehash_insert()
689 bool inet_ehash_nolisten(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_nolisten() argument
691 bool ok = inet_ehash_insert(sk, osk, found_dup_sk); in inet_ehash_nolisten()
H A Dtcp_ipv4.c1749 bool found_dup_sk = false; local
1828 &found_dup_sk);
1835 if (!req_unhash && found_dup_sk) {
/linux/include/net/
H A Dinet_hashtables.h300 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk);
302 bool *found_dup_sk);
/linux/net/ipv6/
H A Dtcp_ipv6.c1357 bool found_dup_sk = false; local
1543 &found_dup_sk);
1556 if (!req_unhash && found_dup_sk) {