Home
last modified time | relevance | path

Searched refs:nf_ct_expect_related_pair (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/netfilter/
H A Dnf_conntrack_expect.h167 int nf_ct_expect_related_pair(struct nf_conntrack_expect *expect[],
/linux/net/netfilter/
H A Dnf_conntrack_expect.c559 int nf_ct_expect_related_pair(struct nf_conntrack_expect *expect[], in nf_ct_expect_related_pair() function
590 EXPORT_SYMBOL_GPL(nf_ct_expect_related_pair);
H A Dnf_nat_sip.c633 ret = nf_ct_expect_related_pair(rtp_pair, in nf_nat_sdp_media()
/linux/net/ipv4/netfilter/
H A Dnf_nat_h323.c232 ret = nf_ct_expect_related_pair(rtp_pair, 0); in nat_rtp_rtcp()