Searched refs:inet_ehash_insert (Results 1 – 3 of 3) sorted by relevance
/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);
|
/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() function 691 bool ok = inet_ehash_insert(sk, osk, found_dup_sk); in inet_ehash_nolisten()
|
D | inet_connection_sock.c | 1163 if (!inet_ehash_insert(req_to_sk(nreq), req_to_sk(oreq), NULL)) { in reqsk_timer_handler() 1200 if (!inet_ehash_insert(req_to_sk(req), NULL, &found_dup_sk)) in reqsk_queue_hash_req()
|