Home
last modified time | relevance | path

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

/linux/net/netfilter/ipset/
H A Dip_set_hash_netnet.c114 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netnet4_data_list()
205 if (tb[IPSET_ATTR_CIDR2]) { in hash_netnet4_uadt()
206 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netnet4_uadt()
352 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netnet6_data_list()
451 if (tb[IPSET_ATTR_CIDR2]) { in hash_netnet6_uadt()
452 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netnet6_uadt()
505 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
H A Dip_set_hash_ipportnet.c109 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr + 1) || in hash_ipportnet4_data_list()
194 if (tb[IPSET_ATTR_CIDR2]) { in hash_ipportnet4_uadt()
195 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_ipportnet4_uadt()
367 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr + 1) || in hash_ipportnet6_data_list()
461 if (tb[IPSET_ATTR_CIDR2]) { in hash_ipportnet6_uadt()
462 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_ipportnet6_uadt()
545 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
H A Dip_set_hash_netportnet.c119 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netportnet4_data_list()
229 if (tb[IPSET_ATTR_CIDR2]) { in hash_netportnet4_uadt()
230 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netportnet4_uadt()
413 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netportnet6_data_list()
517 if (tb[IPSET_ATTR_CIDR2]) { in hash_netportnet6_uadt()
518 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netportnet6_uadt()
601 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
/linux/include/uapi/linux/netfilter/ipset/
H A Dip_set.h114 IPSET_ATTR_CIDR2, enumerator