Home
last modified time | relevance | path

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/
Dninet_connection_sock.c85 inet_ehash_insert(req_to_sk(req), NULL, NULL); in ninet_csk_reqsk_queue_hash_add()
/kernel/linux/linux-5.10/include/net/
Dinet_hashtables.h239 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk);
/kernel/linux/linux-5.10/net/ipv4/
Dinet_hashtables.c565 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()
Dinet_connection_sock.c802 inet_ehash_insert(req_to_sk(req), NULL, NULL); in reqsk_queue_hash_req()