Searched refs:nf_ct_tuple_equal (Results 1 – 5 of 5) sorted by relevance
140 static inline bool nf_ct_tuple_equal(const struct nf_conntrack_tuple *t1, in nf_ct_tuple_equal() function
144 if (nf_ct_tuple_equal(&conn->tuple, tuple) && in __nf_conncount_add()156 if (nf_ct_tuple_equal(&conn->tuple, tuple) && in __nf_conncount_add()
698 return nf_ct_tuple_equal(tuple, &h->tuple) && in nf_ct_key_equal()707 return nf_ct_tuple_equal(&ct1->tuplehash[IP_CT_DIR_ORIGINAL].tuple, in nf_ct_match()709 nf_ct_tuple_equal(&ct1->tuplehash[IP_CT_DIR_REPLY].tuple, in nf_ct_match()1234 if (nf_ct_tuple_equal(&ignored_conntrack->tuplehash[IP_CT_DIR_ORIGINAL].tuple, in nf_conntrack_tuple_taken()
254 return nf_ct_tuple_equal(&a->tuple, &b->tuple) && in expect_matches()
627 if (!nf_ct_tuple_equal(&new_tuple, &curr_tuple)) { in nf_nat_setup_info()