Searched refs:IPSET_ATTR_CIDR2 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/net/netfilter/ipset/ |
D | ip_set_hash_netnet.c | 111 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netnet4_data_list() 201 if (tb[IPSET_ATTR_CIDR2]) { in hash_netnet4_uadt() 202 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netnet4_uadt() 356 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() 494 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
|
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() 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() 539 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
|
D | ip_set_hash_netportnet.c | 119 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netportnet4_data_list() 218 if (tb[IPSET_ATTR_CIDR2]) { in hash_netportnet4_uadt() 219 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netportnet4_uadt() 409 nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) || in hash_netportnet6_data_list() 511 if (tb[IPSET_ATTR_CIDR2]) { in hash_netportnet6_uadt() 512 e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]); in hash_netportnet6_uadt() 595 [IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
|
/Linux-v6.1/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 113 IPSET_ATTR_CIDR2, enumerator
|