Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_conntrack_expect.c104 nf_ct_zone_equal_any(i->master, zone)) in __nf_ct_expect_find()
146 nf_ct_zone_equal_any(i->master, zone)) { in nf_ct_find_expectation()
226 nf_ct_zone_equal_any(a->master, nf_ct_zone(b->master)); in expect_clash()
235 nf_ct_zone_equal_any(a->master, nf_ct_zone(b->master)); in expect_matches()
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_zones.h83 static inline bool nf_ct_zone_equal_any(const struct nf_conn *a, in nf_ct_zone_equal_any() function
/linux-4.4.14/net/openvswitch/
Dconntrack.c382 if (!nf_ct_zone_equal_any(info->ct, nf_ct_zone(ct))) in skb_nfct_cached()