| /Linux-v5.15/net/ipv4/ |
| D | tcp_diag.c | 184 inet_diag_dump_icsk(&tcp_hashinfo, skb, cb, r); in tcp_diag_dump() 190 return inet_diag_dump_one_icsk(&tcp_hashinfo, cb, req); in tcp_diag_dump_one() 198 struct sock *sk = inet_diag_find_one_icsk(net, &tcp_hashinfo, req); in tcp_diag_destroy()
|
| D | tcp_ipv4.c | 91 struct inet_hashinfo tcp_hashinfo; variable 92 EXPORT_SYMBOL(tcp_hashinfo); 477 sk = __inet_lookup_established(net, &tcp_hashinfo, iph->daddr, in tcp_v4_err() 739 sk1 = __inet_lookup_listener(net, &tcp_hashinfo, NULL, 0, in tcp_v4_send_reset() 1778 sk = __inet_lookup_established(dev_net(skb->dev), &tcp_hashinfo, in tcp_v4_early_demux() 1999 sk = __inet_lookup_skb(&tcp_hashinfo, skb, __tcp_hdrlen(th), th->source, in tcp_v4_rcv() 2164 &tcp_hashinfo, skb, in tcp_v4_rcv() 2318 for (; st->bucket <= tcp_hashinfo.lhash2_mask; st->bucket++) { in listening_get_first() 2323 ilb2 = &tcp_hashinfo.lhash2[st->bucket]; in listening_get_first() 2361 ilb2 = &tcp_hashinfo.lhash2[st->bucket]; in listening_get_next() [all …]
|
| D | tcp.c | 4506 inet_hashinfo_init(&tcp_hashinfo); in tcp_init() 4507 inet_hashinfo2_init(&tcp_hashinfo, "tcp_listen_portaddr_hash", in tcp_init() 4510 tcp_hashinfo.bind_bucket_cachep = in tcp_init() 4522 tcp_hashinfo.ehash = in tcp_init() 4529 &tcp_hashinfo.ehash_mask, in tcp_init() 4532 for (i = 0; i <= tcp_hashinfo.ehash_mask; i++) in tcp_init() 4533 INIT_HLIST_NULLS_HEAD(&tcp_hashinfo.ehash[i].chain, i); in tcp_init() 4535 if (inet_ehash_locks_alloc(&tcp_hashinfo)) in tcp_init() 4537 tcp_hashinfo.bhash = in tcp_init() 4540 tcp_hashinfo.ehash_mask + 1, in tcp_init() [all …]
|
| D | tcp_minisocks.c | 329 inet_twsk_hashdance(tw, sk, &tcp_hashinfo); in tcp_time_wait()
|
| D | inet_hashtables.c | 315 if (hashinfo != &tcp_hashinfo) in inet_lookup_run_bpf()
|
| D | esp4.c | 163 sk = inet_lookup_established(xs_net(x), &tcp_hashinfo, x->id.daddr.a4, in esp_find_tcp_sk()
|
| /Linux-v5.15/net/ipv4/netfilter/ |
| D | nf_tproxy_ipv4.c | 95 sk = inet_lookup_listener(net, &tcp_hashinfo, skb, in nf_tproxy_get_sock_v4() 111 sk = inet_lookup_established(net, &tcp_hashinfo, in nf_tproxy_get_sock_v4()
|
| D | nf_socket_ipv4.c | 74 return inet_lookup(net, &tcp_hashinfo, skb, doff, in nf_socket_get_sock_v4()
|
| /Linux-v5.15/net/ipv6/netfilter/ |
| D | nf_tproxy_ipv6.c | 96 sk = inet6_lookup_listener(net, &tcp_hashinfo, skb, in nf_tproxy_get_sock_v6() 111 sk = __inet6_lookup_established(net, &tcp_hashinfo, in nf_tproxy_get_sock_v6()
|
| D | nf_socket_ipv6.c | 86 return inet6_lookup(net, &tcp_hashinfo, skb, doff, in nf_socket_get_sock_v6()
|
| /Linux-v5.15/net/ipv6/ |
| D | inet6_hashtables.c | 24 extern struct inet_hashinfo tcp_hashinfo; 173 if (hashinfo != &tcp_hashinfo) in inet6_lookup_run_bpf()
|
| D | tcp_ipv6.c | 388 sk = __inet6_lookup_established(net, &tcp_hashinfo, in tcp_v6_err() 1069 &tcp_hashinfo, NULL, 0, in tcp_v6_send_reset() 1659 sk = __inet6_lookup_skb(&tcp_hashinfo, skb, __tcp_hdrlen(th), in tcp_v6_rcv() 1820 sk2 = inet6_lookup_listener(dev_net(skb->dev), &tcp_hashinfo, in tcp_v6_rcv() 1870 sk = __inet6_lookup_established(dev_net(skb->dev), &tcp_hashinfo, in tcp_v6_early_demux() 2200 .h.hashinfo = &tcp_hashinfo, 2239 inet_twsk_purge(&tcp_hashinfo, AF_INET6); in tcpv6_net_exit_batch()
|
| D | esp6.c | 181 sk = __inet6_lookup_established(xs_net(x), &tcp_hashinfo, &x->id.daddr.in6, in esp6_find_tcp_sk()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| D | tls_rxtx.c | 318 sk = inet_lookup_established(dev_net(netdev), &tcp_hashinfo, in tls_update_resync_sn() 325 sk = __inet6_lookup_established(dev_net(netdev), &tcp_hashinfo, in tls_update_resync_sn()
|
| D | ktls_rx.c | 493 sk = inet_lookup_established(dev_net(netdev), &tcp_hashinfo, in resync_update_sn() 503 sk = __inet6_lookup_established(dev_net(netdev), &tcp_hashinfo, in resync_update_sn()
|
| /Linux-v5.15/drivers/net/ethernet/netronome/nfp/crypto/ |
| D | tls.c | 497 sk = inet_lookup_established(dev_net(netdev), &tcp_hashinfo, in nfp_net_tls_rx_resync_req() 503 sk = __inet6_lookup_established(dev_net(netdev), &tcp_hashinfo, in nfp_net_tls_rx_resync_req()
|
| /Linux-v5.15/include/net/ |
| D | tcp.h | 49 extern struct inet_hashinfo tcp_hashinfo;
|
| /Linux-v5.15/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| D | chtls_cm.c | 1243 inet_inherit_port(&tcp_hashinfo, lsk, newsk); in chtls_recv_sock()
|
| /Linux-v5.15/net/core/ |
| D | filter.c | 6118 sk = __inet_lookup(net, &tcp_hashinfo, NULL, 0, in sk_lookup() 6132 sk = __inet6_lookup(net, &tcp_hashinfo, NULL, 0, in sk_lookup()
|