Home
last modified time | relevance | path

Searched refs:nf_sk_lookup_slow_v6 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/net/netfilter/
H A Dnf_socket.h10 struct sock *nf_sk_lookup_slow_v6(struct net *net, const struct sk_buff *skb,
/openbmc/linux/net/ipv6/netfilter/
H A Dnf_socket_ipv6.c97 struct sock *nf_sk_lookup_slow_v6(struct net *net, const struct sk_buff *skb, in nf_sk_lookup_slow_v6() function
142 EXPORT_SYMBOL_GPL(nf_sk_lookup_slow_v6);
/openbmc/linux/net/netfilter/
H A Dxt_socket.c120 sk = nf_sk_lookup_slow_v6(xt_net(par), skb, xt_in(par)); in socket_mt6_v1_v2_v3()
H A Dnft_socket.c73 sk = nf_sk_lookup_slow_v6(nft_net(pkt), skb, indev); in nft_socket_do_lookup()