Searched refs:inet_ehash_insert (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
D | ninet_connection_sock.c | 85 inet_ehash_insert(req_to_sk(req), NULL, NULL); in ninet_csk_reqsk_queue_hash_add()
|
/kernel/linux/linux-5.10/include/net/ |
D | inet_hashtables.h | 239 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk);
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | inet_hashtables.c | 565 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_insert() function 613 bool ok = inet_ehash_insert(sk, osk, found_dup_sk); in inet_ehash_nolisten()
|
D | inet_connection_sock.c | 802 inet_ehash_insert(req_to_sk(req), NULL, NULL); in reqsk_queue_hash_req()
|