Searched defs:t2 (Results 1 - 4 of 4) sorted by relevance

/net/netfilter/
H A Dnf_conntrack_extend.c127 struct nf_ct_ext_type *t1, *t2; local
147 t2 = rcu_dereference_protected(nf_ct_ext_types[j],
149 if (t2 == NULL || t2 == t1 ||
150 (t2->flags & NF_CT_EXT_F_PREALLOC) == 0)
153 t1->alloc_size = ALIGN(t1->alloc_size, t2->align)
154 + t2->len;
H A Dxt_qtaguid_internal.h108 static inline int tag_compare(tag_t t1, tag_t t2) argument
110 return t1 < t2 ? -1 : t1 == t2 ? 0 : 1;
H A Dnfnetlink_log.c746 struct hlist_node *t2; local
750 hlist_for_each_entry_safe(inst, t2, head, hlist) {
H A Dnfnetlink_queue_core.c828 struct hlist_node *t2; local
832 hlist_for_each_entry_safe(inst, t2, head, hlist) {

Completed in 80 milliseconds