Symbol: IPSET_ATTR_CIDR
net/netfilter/ipset/ip_set_bitmap_ip.c
168
} else if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_bitmap_ip.c
169
u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_bitmap_ip.c
274
} else if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_bitmap_ip.c
275
u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_bitmap_ip.c
348
[IPSET_ATTR_CIDR] = { .type = NLA_U8 },
net/netfilter/ipset/ip_set_bitmap_ip.c
356
[IPSET_ATTR_CIDR] = { .type = NLA_U8 },
net/netfilter/ipset/ip_set_bitmap_ipmac.c
342
} else if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_bitmap_ipmac.c
343
u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_bitmap_ipmac.c
389
[IPSET_ATTR_CIDR] = { .type = NLA_U8 },
net/netfilter/ipset/ip_set_hash_ip.c
142
} else if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_hash_ip.c
143
u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_ip.c
250
if (unlikely(tb[IPSET_ATTR_CIDR])) {
net/netfilter/ipset/ip_set_hash_ip.c
251
u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_ip.c
298
[IPSET_ATTR_CIDR] = { .type = NLA_U8 },
net/netfilter/ipset/ip_set_hash_ipmark.c
128
!(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_CIDR])) {
net/netfilter/ipset/ip_set_hash_ipmark.c
143
} else if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_hash_ipmark.c
144
u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_ipmark.c
253
if (unlikely(tb[IPSET_ATTR_CIDR])) {
net/netfilter/ipset/ip_set_hash_ipmark.c
254
u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_ipmark.c
307
[IPSET_ATTR_CIDR] = { .type = NLA_U8 },
net/netfilter/ipset/ip_set_hash_ipport.c
159
!(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_CIDR] ||
net/netfilter/ipset/ip_set_hash_ipport.c
172
} else if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_hash_ipport.c
173
u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_ipport.c
306
if (unlikely(tb[IPSET_ATTR_CIDR])) {
net/netfilter/ipset/ip_set_hash_ipport.c
307
u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_ipport.c
391
[IPSET_ATTR_CIDR] = { .type = NLA_U8 },
net/netfilter/ipset/ip_set_hash_ipportip.c
155
!(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_CIDR] ||
net/netfilter/ipset/ip_set_hash_ipportip.c
168
} else if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_hash_ipportip.c
169
u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_ipportip.c
301
if (unlikely(tb[IPSET_ATTR_CIDR])) {
net/netfilter/ipset/ip_set_hash_ipportip.c
302
u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_ipportip.c
384
[IPSET_ATTR_CIDR] = { .type = NLA_U8 },
net/netfilter/ipset/ip_set_hash_ipportnet.c
225
!(tb[IPSET_ATTR_CIDR] || tb[IPSET_ATTR_IP_TO] || with_ports ||
net/netfilter/ipset/ip_set_hash_ipportnet.c
241
} else if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_hash_ipportnet.c
242
cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_ipportnet.c
442
if (unlikely(tb[IPSET_ATTR_CIDR])) {
net/netfilter/ipset/ip_set_hash_ipportnet.c
443
cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_ipportnet.c
544
[IPSET_ATTR_CIDR] = { .type = NLA_U8 },
net/netfilter/ipset/ip_set_hash_net.c
161
if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_hash_net.c
162
e.cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_net.c
262
nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr) ||
net/netfilter/ipset/ip_set_hash_net.c
335
if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_hash_net.c
336
e.cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_net.c
378
[IPSET_ATTR_CIDR] = { .type = NLA_U8 },
net/netfilter/ipset/ip_set_hash_net.c
91
nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr) ||
net/netfilter/ipset/ip_set_hash_netiface.c
117
nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr) ||
net/netfilter/ipset/ip_set_hash_netiface.c
224
if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_hash_netiface.c
225
e.cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_netiface.c
351
nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr) ||
net/netfilter/ipset/ip_set_hash_netiface.c
443
if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_hash_netiface.c
444
e.cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_netiface.c
497
[IPSET_ATTR_CIDR] = { .type = NLA_U8 },
net/netfilter/ipset/ip_set_hash_netnet.c
113
nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr[0]) ||
net/netfilter/ipset/ip_set_hash_netnet.c
197
if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_hash_netnet.c
198
e.cidr[0] = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_netnet.c
349
nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr[0]) ||
net/netfilter/ipset/ip_set_hash_netnet.c
441
if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_hash_netnet.c
442
e.cidr[0] = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_netnet.c
500
[IPSET_ATTR_CIDR] = { .type = NLA_U8 },
net/netfilter/ipset/ip_set_hash_netport.c
105
nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr + 1) ||
net/netfilter/ipset/ip_set_hash_netport.c
183
if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_hash_netport.c
184
cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_netport.c
322
nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr + 1) ||
net/netfilter/ipset/ip_set_hash_netport.c
405
if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_hash_netport.c
406
cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_netport.c
486
[IPSET_ATTR_CIDR] = { .type = NLA_U8 },
net/netfilter/ipset/ip_set_hash_netportnet.c
119
nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr[0]) ||
net/netfilter/ipset/ip_set_hash_netportnet.c
222
if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_hash_netportnet.c
223
e.cidr[0] = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_netportnet.c
411
nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr[0]) ||
net/netfilter/ipset/ip_set_hash_netportnet.c
508
if (tb[IPSET_ATTR_CIDR]) {
net/netfilter/ipset/ip_set_hash_netportnet.c
509
e.cidr[0] = nla_get_u8(tb[IPSET_ATTR_CIDR]);
net/netfilter/ipset/ip_set_hash_netportnet.c
597
[IPSET_ATTR_CIDR] = { .type = NLA_U8 },