/linux/net/ipv4/ ! |
H A D | tcp_diag.c | 185 hinfo = sock_net(cb->skb->sk)->ipv4.tcp_death_row.hashinfo; in tcp_diag_dump() 195 hinfo = sock_net(cb->skb->sk)->ipv4.tcp_death_row.hashinfo; in tcp_diag_dump_one() 209 hinfo = net->ipv4.tcp_death_row.hashinfo; in tcp_diag_destroy()
|
H A D | tcp_ipv4.c | 225 struct inet_timewait_death_row *tcp_death_row; in tcp_v4_connect() local 272 tcp_death_row = &sock_net(sk)->ipv4.tcp_death_row; in tcp_v4_connect() 307 err = inet_hash_connect(tcp_death_row, sk); in tcp_v4_connect() 509 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v4_err() 826 sk1 = __inet_lookup_listener(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v4_send_reset() 1995 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, 2239 sk = __inet_lookup_skb(net->ipv4.tcp_death_row.hashinfo, 2430 net->ipv4.tcp_death_row.hashinfo, 2619 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; 2665 hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; [all …]
|
H A D | tcp_minisocks.c | 315 tw = inet_twsk_alloc(sk, &net->ipv4.tcp_death_row, state); in tcp_time_wait() 366 inet_twsk_hashdance_schedule(tw, sk, net->ipv4.tcp_death_row.hashinfo, timeo); in tcp_time_wait() 412 if (net->ipv4.tcp_death_row.hashinfo->pernet) { in tcp_twsk_purge() 414 inet_twsk_purge(net->ipv4.tcp_death_row.hashinfo); in tcp_twsk_purge()
|
H A D | tcp_offload.c | 437 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp4_check_fraglist_gro()
|
H A D | proc.c | 63 refcount_read(&net->ipv4.tcp_death_row.tw_refcount) - 1, in sockstat_seq_show()
|
H A D | esp4.c | 135 sk = inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, x->id.daddr.a4, in esp_find_tcp_sk()
|
/linux/tools/testing/selftests/bpf/progs/ ! |
H A D | sock_iter_batch.c | 65 hinfo = net->ipv4.tcp_death_row.hashinfo; in iter_tcp_soreuse()
|
/linux/net/ipv4/netfilter/ ! |
H A D | nf_tproxy_ipv4.c | 84 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in nf_tproxy_get_sock_v4()
|
H A D | nf_socket_ipv4.c | 74 return inet_lookup(net, net->ipv4.tcp_death_row.hashinfo, in nf_socket_get_sock_v4()
|
/linux/net/ipv6/netfilter/ ! |
H A D | nf_tproxy_ipv6.c | 83 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in nf_tproxy_get_sock_v6()
|
H A D | nf_socket_ipv6.c | 86 return inet6_lookup(net, net->ipv4.tcp_death_row.hashinfo, in nf_socket_get_sock_v6()
|
/linux/net/ipv6/ ! |
H A D | tcpv6_offload.c | 39 sk = __inet6_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp6_check_fraglist_gro()
|
H A D | inet6_hashtables.c | 215 hashinfo == net->ipv4.tcp_death_row.hashinfo) { in inet6_lookup_listener()
|
H A D | esp6.c | 152 sk = __inet6_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, &x->id.daddr.in6, in esp6_find_tcp_sk()
|
/linux/include/net/netns/ ! |
H A D | ipv4.h | 90 struct inet_timewait_death_row tcp_death_row; member
|
/linux/drivers/net/ethernet/netronome/nfp/crypto/ ! |
H A D | tls.c | 498 sk = inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in nfp_net_tls_rx_resync_req() 504 sk = __inet6_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in nfp_net_tls_rx_resync_req()
|
/linux/Documentation/networking/net_cachelines/ ! |
H A D | netns_ipv4_sysctl.rst | 11 struct_inet_timewait_death_row tcp_death_row
|
/linux/net/mptcp/ ! |
H A D | mptcp_diag.c | 86 hinfo = net->ipv4.tcp_death_row.hashinfo; in mptcp_diag_dump_listeners()
|
/linux/net/core/ ! |
H A D | filter.c | 6770 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in sk_lookup()
|