Home
last modified time | relevance | path

Searched refs:inet_ehash_insert (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/net/
Dinet_hashtables.h250 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk);
/Linux-v5.10/net/ipv4/
Dinet_hashtables.c559 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_insert() function
594 bool ok = inet_ehash_insert(sk, osk, found_dup_sk); in inet_ehash_nolisten()
Dinet_connection_sock.c790 inet_ehash_insert(req_to_sk(req), NULL, NULL); in reqsk_queue_hash_req()