Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_conntrack_zones.h79 static inline bool nf_ct_zone_equal_any(const struct nf_conn *a, in nf_ct_zone_equal_any() function
/kernel/linux/linux-5.10/net/netfilter/
Dnf_conntrack_expect.c102 nf_ct_zone_equal_any(i->master, zone); in nf_ct_exp_equal()
248 nf_ct_zone_equal_any(a->master, nf_ct_zone(b->master)); in expect_clash()
257 nf_ct_zone_equal_any(a->master, nf_ct_zone(b->master)); in expect_matches()
/kernel/linux/linux-5.10/net/openvswitch/
Dconntrack.c699 if (!nf_ct_zone_equal_any(info->ct, nf_ct_zone(ct))) in skb_nfct_cached()