Home
last modified time | relevance | path

Searched refs:nf_ct_tuple_equal (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_tuple.h139 static inline bool nf_ct_tuple_equal(const struct nf_conntrack_tuple *t1, in nf_ct_tuple_equal() function
/linux-4.4.14/net/netfilter/
Dnf_conntrack_core.c437 return nf_ct_tuple_equal(tuple, &h->tuple) && in nf_ct_key_equal()
554 if (nf_ct_tuple_equal(&ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple, in nf_conntrack_hash_check_insert()
560 if (nf_ct_tuple_equal(&ct->tuplehash[IP_CT_DIR_REPLY].tuple, in nf_conntrack_hash_check_insert()
647 if (nf_ct_tuple_equal(&ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple, in __nf_conntrack_confirm()
653 if (nf_ct_tuple_equal(&ct->tuplehash[IP_CT_DIR_REPLY].tuple, in __nf_conntrack_confirm()
725 nf_ct_tuple_equal(tuple, &h->tuple) && in nf_conntrack_tuple_taken()
Dxt_connlimit.c160 if (nf_ct_tuple_equal(&conn->tuple, tuple)) { in check_hlist()
Dnf_conntrack_expect.c233 nf_ct_tuple_equal(&a->tuple, &b->tuple) && in expect_matches()
Dnf_nat_core.c407 if (!nf_ct_tuple_equal(&new_tuple, &curr_tuple)) { in nf_nat_setup_info()