Searched refs:found_dup_sk (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/net/ipv4/ |
D | inet_hashtables.c | 656 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()
|
D | inet_connection_sock.c | 1198 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()
|
D | tcp_ipv4.c | 1746 bool found_dup_sk = false; local 1825 &found_dup_sk); 1832 if (!req_unhash && found_dup_sk) {
|
/linux-6.12.1/include/net/ |
D | inet_hashtables.h | 300 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/ |
D | tcp_ipv6.c | 1354 bool found_dup_sk = false; local 1540 &found_dup_sk); 1553 if (!req_unhash && found_dup_sk) {
|