Searched refs:inet_lookup_established (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | nf_tproxy_ipv4.c | 113 sk = inet_lookup_established(net, &tcp_hashinfo, in nf_tproxy_get_sock_v4()
|
/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | nf_tproxy_ipv4.c | 110 sk = inet_lookup_established(net, hinfo, saddr, sport, in nf_tproxy_get_sock_v4()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_hashtables.h | 317 inet_lookup_established(struct net *net, struct inet_hashinfo *hashinfo, in inet_lookup_established() function
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | tls_rxtx.c | 327 sk = inet_lookup_established(dev_net(netdev), &tcp_hashinfo, in tls_update_resync_sn()
|
H A D | ktls_rx.c | 477 sk = inet_lookup_established(dev_net(netdev), &tcp_hashinfo, in resync_update_sn()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_hashtables.h | 404 inet_lookup_established(struct net *net, struct inet_hashinfo *hashinfo, in inet_lookup_established() function
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/crypto/ |
H A D | tls.c | 497 sk = inet_lookup_established(dev_net(netdev), &tcp_hashinfo, in nfp_net_tls_rx_resync_req()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls_rx.c | 503 sk = inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in resync_update_sn()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | esp4.c | 165 sk = inet_lookup_established(xs_net(x), &tcp_hashinfo, x->id.daddr.a4, in esp_find_tcp_sk()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | esp4.c | 164 sk = inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, x->id.daddr.a4, in esp_find_tcp_sk()
|
Completed in 12 milliseconds