tuple_ptr          28 net/netfilter/nft_connlimit.c 	const struct nf_conntrack_tuple *tuple_ptr;
tuple_ptr          34 net/netfilter/nft_connlimit.c 	tuple_ptr = &tuple;
tuple_ptr          38 net/netfilter/nft_connlimit.c 		tuple_ptr = &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple;
tuple_ptr          46 net/netfilter/nft_connlimit.c 	if (nf_conncount_add(nft_net(pkt), &priv->list, tuple_ptr, zone)) {
tuple_ptr          35 net/netfilter/xt_connlimit.c 	const struct nf_conntrack_tuple *tuple_ptr = &tuple;
tuple_ptr          44 net/netfilter/xt_connlimit.c 		tuple_ptr = &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple;
tuple_ptr          72 net/netfilter/xt_connlimit.c 	connections = nf_conncount_count(net, info->data, key, tuple_ptr,