Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_diag.c186 hinfo = sock_net(cb->skb->sk)->ipv4.tcp_death_row.hashinfo; in tcp_diag_dump()
196 hinfo = sock_net(cb->skb->sk)->ipv4.tcp_death_row.hashinfo; in tcp_diag_dump_one()
210 hinfo = net->ipv4.tcp_death_row.hashinfo; in tcp_diag_destroy()
H A Dtcp_ipv4.c221 struct inet_timewait_death_row *tcp_death_row; in tcp_v4_connect() local
268 tcp_death_row = &sock_net(sk)->ipv4.tcp_death_row; in tcp_v4_connect()
303 err = inet_hash_connect(tcp_death_row, sk); in tcp_v4_connect()
506 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v4_err()
823 sk1 = __inet_lookup_listener(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v4_send_reset()
1984 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo,
2219 sk = __inet_lookup_skb(net->ipv4.tcp_death_row.hashinfo,
2409 net->ipv4.tcp_death_row.hashinfo,
2599 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
2645 hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
[all …]
H A Dtcp_minisocks.c309 tw = inet_twsk_alloc(sk, &net->ipv4.tcp_death_row, state); in tcp_time_wait()
354 inet_twsk_hashdance_schedule(tw, sk, net->ipv4.tcp_death_row.hashinfo, timeo); in tcp_time_wait()
400 if (net->ipv4.tcp_death_row.hashinfo->pernet) { in tcp_twsk_purge()
402 inet_twsk_purge(net->ipv4.tcp_death_row.hashinfo); in tcp_twsk_purge()
H A Dtcp_offload.c429 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 Dsysctl_net_ipv4.c394 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in proc_tcp_ehash_entries()
624 .data = &init_net.ipv4.tcp_death_row.sysctl_max_tw_buckets,
H A Desp4.c166 sk = inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, x->id.daddr.a4, in esp_find_tcp_sk()
H A Dinet_hashtables.c439 hashinfo == net->ipv4.tcp_death_row.hashinfo) { in __inet_lookup_listener()
/linux/tools/testing/selftests/bpf/progs/
H A Dsock_iter_batch.c52 hinfo = net->ipv4.tcp_death_row.hashinfo; in iter_tcp_soreuse()
/linux/net/ipv6/netfilter/
H A Dnf_socket_ipv6.c86 return inet6_lookup(net, net->ipv4.tcp_death_row.hashinfo, in nf_socket_get_sock_v6()
H A Dnf_tproxy_ipv6.c83 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in nf_tproxy_get_sock_v6()
/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/
H A Dtcp_ipv6.c141 struct inet_timewait_death_row *tcp_death_row; in tcp_v6_connect() local
284 tcp_death_row = &sock_net(sk)->ipv4.tcp_death_row; in tcp_v6_connect()
311 err = inet6_hash_connect(tcp_death_row, sk); in tcp_v6_connect()
388 sk = __inet6_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v6_err()
1069 sk1 = inet6_lookup_listener(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v6_send_reset()
1785 sk = __inet6_lookup_skb(net->ipv4.tcp_death_row.hashinfo, skb, __tcp_hdrlen(th),
1972 sk2 = inet6_lookup_listener(net, net->ipv4.tcp_death_row.hashinfo,
2024 sk = __inet6_lookup_established(net, net->ipv4.tcp_death_row.hashinfo,
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.c183 sk = __inet6_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, &x->id.daddr.in6, in esp6_find_tcp_sk()
/linux/include/net/
H A Dinet_hashtables.h181 sock_net(sk)->ipv4.tcp_death_row.hashinfo; in tcp_or_dccp_get_hashinfo()
183 return sock_net(sk)->ipv4.tcp_death_row.hashinfo; in tcp_or_dccp_get_hashinfo()
/linux/include/net/netns/
H A Dipv4.h83 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.rst10 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/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c501 sk = inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in resync_update_sn()
511 sk = __inet6_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in resync_update_sn()
/linux/net/core/
H A Dfilter.c6669 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in sk_lookup()