Home
last modified time | relevance | path

Searched refs:nf_nat_icmpv6_reply_translation (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/net/netfilter/
Dnf_nat_l3proto.h47 int nf_nat_icmpv6_reply_translation(struct sk_buff *skb, struct nf_conn *ct,
/Linux-v4.19/net/ipv6/netfilter/
Dnf_nat_l3proto_ipv6.c187 int nf_nat_icmpv6_reply_translation(struct sk_buff *skb, in nf_nat_icmpv6_reply_translation() function
253 EXPORT_SYMBOL_GPL(nf_nat_icmpv6_reply_translation);
280 if (!nf_nat_icmpv6_reply_translation(skb, ct, ctinfo, in nf_nat_ipv6_fn()
/Linux-v4.19/net/openvswitch/
Dconntrack.c764 if (!nf_nat_icmpv6_reply_translation(skb, ct, in ovs_ct_nat_execute()