Lines Matching defs:tuplehash
202 const struct nf_conntrack_tuple *tuple = &ct->tuplehash[dir].tuple;
208 nf_ct_invert_tuple(&target, &ct->tuplehash[!dir].tuple);
397 entry->tuplehash[dir].tuple.xmit_type = FLOW_OFFLOAD_XMIT_TC;
398 entry->tuplehash[dir].tuple.tc.iifidx = act_ct_ext->ifindex[dir];
486 tuple = &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple;
651 struct flow_offload_tuple_rhash *tuplehash;
673 tuplehash = flow_offload_lookup(nf_ft, &tuple);
674 if (!tuplehash)
677 dir = tuplehash->tuple.dir;
678 flow = container_of(tuplehash, struct flow_offload, tuplehash[dir]);