Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_tuple.h26 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all) macro
165 for (count = 0; count < NF_CT_TUPLE_L3SIZE; count++) { in nf_ct_tuple_src_mask_cmp()
/openbmc/linux/net/netfilter/
H A Dxt_cluster.c35 return jhash2(ip, NF_CT_TUPLE_L3SIZE / sizeof(__u32), info->hash_seed); in xt_cluster_hash_ipv6()
H A Dnf_conntrack_expect.c257 for (count = 0; count < NF_CT_TUPLE_L3SIZE; count++){ in expect_clash()