Home
last modified time | relevance | path

Searched refs:IPSET_ATTR_CIDR2 (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/netfilter/ipset/
Dip_set_hash_netnet.c113 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netnet4_data_list()
198 if (tb[IPSET_ATTR_CIDR2]) { in hash_netnet4_uadt()
199 cidr2 = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netnet4_uadt()
340 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netnet6_data_list()
423 if (tb[IPSET_ATTR_CIDR2]) in hash_netnet6_uadt()
424 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netnet6_uadt()
468 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
Dip_set_hash_ipportnet.c112 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr + 1) || in hash_ipportnet4_data_list()
201 if (tb[IPSET_ATTR_CIDR2]) { in hash_ipportnet4_uadt()
202 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_ipportnet4_uadt()
365 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr + 1) || in hash_ipportnet6_data_list()
460 if (tb[IPSET_ATTR_CIDR2]) { in hash_ipportnet6_uadt()
461 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_ipportnet6_uadt()
543 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
Dip_set_hash_netportnet.c122 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netportnet4_data_list()
216 if (tb[IPSET_ATTR_CIDR2]) { in hash_netportnet4_uadt()
217 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netportnet4_uadt()
395 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netportnet6_data_list()
489 if (tb[IPSET_ATTR_CIDR2]) in hash_netportnet6_uadt()
490 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netportnet6_uadt()
573 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
/linux-4.1.27/include/uapi/linux/netfilter/ipset/
Dip_set.h112 IPSET_ATTR_CIDR2, enumerator