Searched refs:found_dup_sk (Results 1 – 4 of 4) sorted by relevance
656 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_insert() argument675 } 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() argument691 bool ok = inet_ehash_insert(sk, osk, found_dup_sk); in inet_ehash_nolisten()
1749 bool found_dup_sk = false; local1828 &found_dup_sk);1835 if (!req_unhash && found_dup_sk) {
300 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk);302 bool *found_dup_sk);
1357 bool found_dup_sk = false; local1543 &found_dup_sk);1556 if (!req_unhash && found_dup_sk) {