Searched refs:inet_lookup_listener (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | nf_tproxy_ipv4.c | 97 sk = inet_lookup_listener(net, &tcp_hashinfo, skb, in nf_tproxy_get_sock_v4()
|
/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | nf_tproxy_ipv4.c | 96 sk = inet_lookup_listener(net, hinfo, skb, in nf_tproxy_get_sock_v4()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_hashtables.h | 254 static inline struct sock *inet_lookup_listener(struct net *net, in inet_lookup_listener() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_hashtables.h | 320 static inline struct sock *inet_lookup_listener(struct net *net, in inet_lookup_listener() function
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_ipv4.c | 2147 struct sock *sk2 = inet_lookup_listener(dev_net(skb->dev), in tcp_v4_rcv()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_ipv4.c | 2209 struct sock *sk2 = inet_lookup_listener(net, in tcp_v4_rcv()
|
Completed in 11 milliseconds