Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_h323.h73 int (*nat_h245)(struct sk_buff *skb, member
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_nat_h323.c318 static int nat_h245(struct sk_buff *skb, struct nf_conn *ct, in nat_h245() function
537 .nat_h245 = nat_h245,
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_h323_main.c655 ret = nathook->nat_h245(skb, ct, ctinfo, protoff, data, in expect_h245()