Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/netfilter/
Dnf_conntrack_h323.h87 int (*nat_q931)(struct sk_buff *skb, member
/Linux-v6.6/net/ipv4/netfilter/
Dnf_nat_h323.c396 static int nat_q931(struct sk_buff *skb, struct nf_conn *ct, in nat_q931() function
539 .nat_q931 = nat_q931,
/Linux-v6.6/net/netfilter/
Dnf_conntrack_h323_main.c1242 ret = nathook->nat_q931(skb, ct, ctinfo, protoff, data, in expect_q931()