Searched refs:IPSET_ATTR_CIDR2 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_hash_netnet.c | 114 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netnet4_data_list() 203 if (tb[IPSET_ATTR_CIDR2]) { in hash_netnet4_uadt() 204 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netnet4_uadt() 350 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netnet6_data_list() 447 if (tb[IPSET_ATTR_CIDR2]) { in hash_netnet6_uadt() 448 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netnet6_uadt() 501 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
|
H A D | ip_set_hash_ipportnet.c | 109 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() 364 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr + 1) || in hash_ipportnet6_data_list() 458 if (tb[IPSET_ATTR_CIDR2]) { in hash_ipportnet6_uadt() 459 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_ipportnet6_uadt() 542 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
|
H A D | ip_set_hash_netportnet.c | 120 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netportnet4_data_list() 228 if (tb[IPSET_ATTR_CIDR2]) { in hash_netportnet4_uadt() 229 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netportnet4_uadt() 412 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netportnet6_data_list() 514 if (tb[IPSET_ATTR_CIDR2]) { in hash_netportnet6_uadt() 515 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netportnet6_uadt() 598 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
|
/openbmc/linux/include/uapi/linux/netfilter/ipset/ |
H A D | ip_set.h | 114 IPSET_ATTR_CIDR2, enumerator
|