Searched refs:nf_ct_tuple_mask_cmp (Results 1 – 2 of 2) sorted by relevance
101 if (nf_ct_tuple_mask_cmp(tuple, &i->tuple, &i->mask) && in __nf_ct_expect_find()142 nf_ct_tuple_mask_cmp(tuple, &i->tuple, &i->mask) && in nf_ct_find_expectation()206 return nf_ct_tuple_mask_cmp(&a->tuple, &b->tuple, &intersect_mask); in expect_clash()
178 nf_ct_tuple_mask_cmp(const struct nf_conntrack_tuple *t, in nf_ct_tuple_mask_cmp() function