Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_h323.h80 int (*nat_callforwarding)(struct sk_buff *skb, member
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_nat_h323.c479 static int nat_callforwarding(struct sk_buff *skb, struct nf_conn *ct, in nat_callforwarding() function
538 .nat_callforwarding = nat_callforwarding,
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_h323_main.c779 ret = nathook->nat_callforwarding(skb, ct, ctinfo, in expect_callforwarding()