Searched refs:nat_rtp_rtcp (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/netfilter/ |
H A D | nf_conntrack_h323.h | 57 int (*nat_rtp_rtcp)(struct sk_buff *skb, member
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_nat_h323.c | 174 static int nat_rtp_rtcp(struct sk_buff *skb, struct nf_conn *ct, in nat_rtp_rtcp() function 535 .nat_rtp_rtcp = nat_rtp_rtcp,
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_h323_main.c | 256 ret = nathook->nat_rtp_rtcp(skb, ct, ctinfo, protoff, data, dataoff, in expect_rtp_rtcp()
|