Home
last modified time | relevance | path

Searched refs:NF_CT_TUPLE_L3SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_tuple.h25 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all) macro
161 for (count = 0; count < NF_CT_TUPLE_L3SIZE; count++) { in nf_ct_tuple_src_mask_cmp()
/linux-4.1.27/net/netfilter/
Dxt_cluster.c38 return jhash2(ip, NF_CT_TUPLE_L3SIZE / sizeof(__u32), info->hash_seed); in xt_cluster_hash_ipv6()
Dnf_conntrack_expect.c217 for (count = 0; count < NF_CT_TUPLE_L3SIZE; count++){ in expect_clash()