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