Searched refs:found_dup_sk (Results 1 – 4 of 4) sorted by relevance
556 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_insert() argument575 } else if (found_dup_sk) { in inet_ehash_insert()576 *found_dup_sk = inet_ehash_lookup_by_sk(sk, list); in inet_ehash_insert()577 if (*found_dup_sk) in inet_ehash_insert()589 bool inet_ehash_nolisten(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_nolisten() argument591 bool ok = inet_ehash_insert(sk, osk, found_dup_sk); in inet_ehash_nolisten()
1522 bool found_dup_sk = false; in tcp_v4_syn_recv_sock() local1603 &found_dup_sk); in tcp_v4_syn_recv_sock()1610 if (!req_unhash && found_dup_sk) { in tcp_v4_syn_recv_sock()
239 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk);241 bool *found_dup_sk);
1224 bool found_dup_sk = false; in tcp_v6_syn_recv_sock() local1403 &found_dup_sk); in tcp_v6_syn_recv_sock()1419 if (!req_unhash && found_dup_sk) { in tcp_v6_syn_recv_sock()