Lines Matching defs:tuple
204 orig = &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple;
547 struct nf_conntrack_tuple tuple;
550 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), proto, net, &tuple))
553 exp = __nf_ct_expect_find(net, zone, &tuple);
570 h = nf_conntrack_find_get(net, zone, &tuple);
611 struct nf_conntrack_tuple tuple;
616 net, &tuple)) {
617 pr_debug("ovs_ct_find_existing: Can't get tuple\n");
621 /* Must invert the tuple if skb has been transformed by NAT. */
625 if (!nf_ct_invert_tuple(&inverse, &tuple)) {
629 tuple = inverse;
632 /* look for tuple match */
633 h = nf_conntrack_find_get(net, zone, &tuple);
639 /* Inverted packet tuple matches the reverse direction conntrack tuple,
644 h = &ct->tuplehash[!h->tuple.dst.dir];
1156 const struct nf_conntrack_tuple *tuple)
1170 &conncount_key, tuple, &info->zone);
1200 &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple);