Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_zones.h81 static inline bool nf_ct_zone_equal_any(const struct nf_conn *a, in nf_ct_zone_equal_any() function
/Linux-v4.19/net/netfilter/
Dnf_conntrack_expect.c103 nf_ct_zone_equal_any(i->master, zone); in nf_ct_exp_equal()
249 nf_ct_zone_equal_any(a->master, nf_ct_zone(b->master)); in expect_clash()
259 nf_ct_zone_equal_any(a->master, nf_ct_zone(b->master)); in expect_matches()
/Linux-v4.19/net/openvswitch/
Dconntrack.c699 if (!nf_ct_zone_equal_any(info->ct, nf_ct_zone(ct))) in skb_nfct_cached()