Searched refs:inet_ehash_insert (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | inet_hashtables.h | 300 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk);
|
| /linux-6.15/net/ipv4/ |
| H A D | inet_hashtables.c | 669 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_insert() function 704 bool ok = inet_ehash_insert(sk, osk, found_dup_sk); in inet_ehash_nolisten()
|
| H A D | inet_connection_sock.c | 1151 if (!inet_ehash_insert(req_to_sk(nreq), req_to_sk(oreq), NULL)) { in reqsk_timer_handler() 1188 if (!inet_ehash_insert(req_to_sk(req), NULL, &found_dup_sk)) in reqsk_queue_hash_req()
|