Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
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()
Dinet_connection_sock.c1198 bool found_dup_sk = false; in reqsk_queue_hash_req() local
1200 if (!inet_ehash_insert(req_to_sk(req), NULL, &found_dup_sk)) in reqsk_queue_hash_req()
Dtcp_ipv4.c1746 bool found_dup_sk = false; local
1825 &found_dup_sk);
1832 if (!req_unhash && found_dup_sk) {
/linux-6.12.1/include/net/
Dinet_hashtables.h300 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk);
302 bool *found_dup_sk);
/linux-6.12.1/net/ipv6/
Dtcp_ipv6.c1354 bool found_dup_sk = false; local
1540 &found_dup_sk);
1553 if (!req_unhash && found_dup_sk) {