Searched refs:IPSET_ATTR_CIDR2 (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/netfilter/ipset/ |
| D | ip_set_hash_netnet.c | 110 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netnet4_data_list() 199 if (tb[IPSET_ATTR_CIDR2]) { in hash_netnet4_uadt() 200 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netnet4_uadt() 341 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netnet6_data_list() 432 if (tb[IPSET_ATTR_CIDR2]) { in hash_netnet6_uadt() 433 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netnet6_uadt() 477 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
|
| D | ip_set_hash_ipportnet.c | 108 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr + 1) || in hash_ipportnet4_data_list() 193 if (tb[IPSET_ATTR_CIDR2]) { in hash_ipportnet4_uadt() 194 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_ipportnet4_uadt() 357 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr + 1) || in hash_ipportnet6_data_list() 451 if (tb[IPSET_ATTR_CIDR2]) { in hash_ipportnet6_uadt() 452 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_ipportnet6_uadt() 533 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
|
| D | ip_set_hash_netportnet.c | 118 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 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netportnet4_uadt() 394 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netportnet6_data_list() 496 if (tb[IPSET_ATTR_CIDR2]) { in hash_netportnet6_uadt() 497 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netportnet6_uadt() 578 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
|
| /Linux-v5.4/include/uapi/linux/netfilter/ipset/ |
| D | ip_set.h | 117 IPSET_ATTR_CIDR2, enumerator
|