Home
last modified time | relevance | path

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

/openbmc/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.c215 struct inet_timewait_death_row *tcp_death_row; in tcp_v4_connect() local
262 tcp_death_row = &sock_net(sk)->ipv4.tcp_death_row; in tcp_v4_connect()
297 err = inet_hash_connect(tcp_death_row, sk); in tcp_v4_connect()
499 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v4_err()
760 sk1 = __inet_lookup_listener(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v4_send_reset()
1802 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v4_early_demux()
2040 sk = __inet_lookup_skb(net->ipv4.tcp_death_row.hashinfo, in tcp_v4_rcv()
2225 net->ipv4.tcp_death_row.hashinfo, in tcp_v4_rcv()
2377 struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; in listening_get_first()
2423 hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo; in listening_get_next()
[all …]
H A Dtcp_minisocks.c287 tw = inet_twsk_alloc(sk, &net->ipv4.tcp_death_row, state); in tcp_time_wait()
336 inet_twsk_hashdance(tw, sk, net->ipv4.tcp_death_row.hashinfo); in tcp_time_wait()
372 if (net->ipv4.tcp_death_row.hashinfo->pernet) { in tcp_twsk_purge()
374 inet_twsk_purge(net->ipv4.tcp_death_row.hashinfo); in tcp_twsk_purge()
H A Dproc.c62 refcount_read(&net->ipv4.tcp_death_row.tw_refcount) - 1, in sockstat_seq_show()
H A Dsysctl_net_ipv4.c396 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in proc_tcp_ehash_entries()
588 .data = &init_net.ipv4.tcp_death_row.sysctl_max_tw_buckets,
H A Dinet_hashtables.c445 hashinfo == net->ipv4.tcp_death_row.hashinfo) { in __inet_lookup_listener()
H A Desp4.c164 sk = inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, x->id.daddr.a4, in esp_find_tcp_sk()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c145 struct inet_timewait_death_row *tcp_death_row; in tcp_v6_connect() local
287 tcp_death_row = &sock_net(sk)->ipv4.tcp_death_row; in tcp_v6_connect()
314 err = inet6_hash_connect(tcp_death_row, sk); in tcp_v6_connect()
391 sk = __inet6_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v6_err()
1021 sk1 = inet6_lookup_listener(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v6_send_reset()
1620 sk = __inet6_lookup_skb(net->ipv4.tcp_death_row.hashinfo, skb, __tcp_hdrlen(th), in tcp_v6_rcv()
1802 sk2 = inet6_lookup_listener(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v6_rcv()
1853 sk = __inet6_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v6_early_demux()
H A Dinet6_hashtables.c216 hashinfo == net->ipv4.tcp_death_row.hashinfo) { in inet6_lookup_listener()
H A Desp6.c181 sk = __inet6_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, &x->id.daddr.in6, in esp6_find_tcp_sk()
/openbmc/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()
/openbmc/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()
/openbmc/linux/include/net/
H A Dinet_hashtables.h186 sock_net(sk)->ipv4.tcp_death_row.hashinfo; in tcp_or_dccp_get_hashinfo()
188 return sock_net(sk)->ipv4.tcp_death_row.hashinfo; in tcp_or_dccp_get_hashinfo()
/openbmc/linux/include/net/netns/
H A Dipv4.h45 struct inet_timewait_death_row tcp_death_row; member
/openbmc/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()
/openbmc/linux/net/mptcp/
H A Dmptcp_diag.c87 hinfo = net->ipv4.tcp_death_row.hashinfo; in mptcp_diag_dump_listeners()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c503 sk = inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in resync_update_sn()
513 sk = __inet6_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in resync_update_sn()
/openbmc/linux/net/core/
H A Dfilter.c6631 struct inet_hashinfo *hinfo = net->ipv4.tcp_death_row.hashinfo; in sk_lookup()