Searched refs:IPSET_ATTR_CIDR2 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_hash_netnet.c | 113 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netnet4_data_list() 202 if (tb[IPSET_ATTR_CIDR2]) { in hash_netnet4_uadt() 203 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netnet4_uadt() 344 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netnet6_data_list() 435 if (tb[IPSET_ATTR_CIDR2]) { in hash_netnet6_uadt() 436 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netnet6_uadt() 480 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
|
D | ip_set_hash_ipportnet.c | 112 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr + 1) || in hash_ipportnet4_data_list() 197 if (tb[IPSET_ATTR_CIDR2]) { in hash_ipportnet4_uadt() 198 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_ipportnet4_uadt() 361 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr + 1) || in hash_ipportnet6_data_list() 455 if (tb[IPSET_ATTR_CIDR2]) { in hash_ipportnet6_uadt() 456 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_ipportnet6_uadt() 537 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
|
D | ip_set_hash_netportnet.c | 122 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netportnet4_data_list() 220 if (tb[IPSET_ATTR_CIDR2]) { in hash_netportnet4_uadt() 221 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netportnet4_uadt() 397 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netportnet6_data_list() 499 if (tb[IPSET_ATTR_CIDR2]) { in hash_netportnet6_uadt() 500 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netportnet6_uadt() 581 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
|
/linux-4.4.14/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 112 IPSET_ATTR_CIDR2, enumerator
|