Searched refs:found_dup_sk (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_hashtables.c | 563 * and sets found_dup_sk parameter to true. 565 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_insert() argument 584 } else if (found_dup_sk) { in inet_ehash_insert() 585 *found_dup_sk = inet_ehash_lookup_by_sk(sk, list); in inet_ehash_insert() 586 if (*found_dup_sk) in inet_ehash_insert() 598 bool inet_ehash_nolisten(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_nolisten() argument 600 bool ok = inet_ehash_insert(sk, osk, found_dup_sk); in inet_ehash_nolisten()
|
H A D | tcp_ipv4.c | 1537 bool found_dup_sk = false; in tcp_v4_syn_recv_sock() local 1618 &found_dup_sk); in tcp_v4_syn_recv_sock() 1625 if (!req_unhash && found_dup_sk) { in tcp_v4_syn_recv_sock()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_hashtables.h | 239 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk); 241 bool *found_dup_sk);
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_hashtables.c | 659 * and sets found_dup_sk parameter to true. 661 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_insert() argument 680 } else if (found_dup_sk) { in inet_ehash_insert() 681 *found_dup_sk = inet_ehash_lookup_by_sk(sk, list); in inet_ehash_insert() 682 if (*found_dup_sk) in inet_ehash_insert() 694 bool inet_ehash_nolisten(struct sock *sk, struct sock *osk, bool *found_dup_sk) in inet_ehash_nolisten() argument 696 bool ok = inet_ehash_insert(sk, osk, found_dup_sk); in inet_ehash_nolisten()
|
H A D | tcp_ipv4.c | 1563 bool found_dup_sk = false; in tcp_v4_syn_recv_sock() local 1638 &found_dup_sk); in tcp_v4_syn_recv_sock() 1645 if (!req_unhash && found_dup_sk) { in tcp_v4_syn_recv_sock()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_hashtables.h | 305 bool inet_ehash_insert(struct sock *sk, struct sock *osk, bool *found_dup_sk); 307 bool *found_dup_sk);
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 1230 bool found_dup_sk = false; in tcp_v6_syn_recv_sock() local 1409 &found_dup_sk); in tcp_v6_syn_recv_sock() 1422 if (!req_unhash && found_dup_sk) { in tcp_v6_syn_recv_sock()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 1205 bool found_dup_sk = false; in tcp_v6_syn_recv_sock() local 1383 &found_dup_sk); in tcp_v6_syn_recv_sock() 1396 if (!req_unhash && found_dup_sk) { in tcp_v6_syn_recv_sock()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip.c | 913 bool found_dup_sk = false; in tcp_nip_syn_recv_sock() local 967 &found_dup_sk); in tcp_nip_syn_recv_sock()
|
Completed in 20 milliseconds