Home
last modified time | relevance | path

Searched refs:tcp_death_row (Results 1 – 19 of 19) sorted by relevance

/linux/net/ipv4/ !
H A Dtcp_diag.c185 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 Dtcp_ipv4.c225 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 Dtcp_minisocks.c315 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 Dtcp_offload.c437 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp4_check_fraglist_gro()
H A Dproc.c63 refcount_read(&net->ipv4.tcp_death_row.tw_refcount) - 1, in sockstat_seq_show()
H A Desp4.c135 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 Dsock_iter_batch.c65 hinfo = net->ipv4.tcp_death_row.hashinfo; in iter_tcp_soreuse()
/linux/net/ipv4/netfilter/ !
H A Dnf_tproxy_ipv4.c84 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in nf_tproxy_get_sock_v4()
H A Dnf_socket_ipv4.c74 return inet_lookup(net, net->ipv4.tcp_death_row.hashinfo, in nf_socket_get_sock_v4()
/linux/net/ipv6/netfilter/ !
H A Dnf_tproxy_ipv6.c83 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in nf_tproxy_get_sock_v6()
H A Dnf_socket_ipv6.c86 return inet6_lookup(net, net->ipv4.tcp_death_row.hashinfo, in nf_socket_get_sock_v6()
/linux/net/ipv6/ !
H A Dtcpv6_offload.c39 sk = __inet6_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp6_check_fraglist_gro()
H A Dinet6_hashtables.c215 hashinfo == net->ipv4.tcp_death_row.hashinfo) { in inet6_lookup_listener()
H A Desp6.c152 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 Dipv4.h90 struct inet_timewait_death_row tcp_death_row; member
/linux/drivers/net/ethernet/netronome/nfp/crypto/ !
H A Dtls.c498 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 Dnetns_ipv4_sysctl.rst11 struct_inet_timewait_death_row tcp_death_row
/linux/net/mptcp/ !
H A Dmptcp_diag.c86 hinfo = net->ipv4.tcp_death_row.hashinfo; in mptcp_diag_dump_listeners()
/linux/net/core/ !
H A Dfilter.c6770 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in sk_lookup()