Symbol: IPSET_ATTR_CIDR2
net/netfilter/ipset/ip_set_hash_ipportnet.c
109
nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr + 1) ||
net/netfilter/ipset/ip_set_hash_ipportnet.c
194
if (tb[IPSET_ATTR_CIDR2]) {
net/netfilter/ipset/ip_set_hash_ipportnet.c
195
cidr = nla_get_u8(tb[IPSET_ATTR_CIDR2]);
net/netfilter/ipset/ip_set_hash_ipportnet.c
364
nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr + 1) ||
net/netfilter/ipset/ip_set_hash_ipportnet.c
458
if (tb[IPSET_ATTR_CIDR2]) {
net/netfilter/ipset/ip_set_hash_ipportnet.c
459
cidr = nla_get_u8(tb[IPSET_ATTR_CIDR2]);
net/netfilter/ipset/ip_set_hash_ipportnet.c
542
[IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
net/netfilter/ipset/ip_set_hash_netnet.c
114
nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) ||
net/netfilter/ipset/ip_set_hash_netnet.c
203
if (tb[IPSET_ATTR_CIDR2]) {
net/netfilter/ipset/ip_set_hash_netnet.c
204
e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]);
net/netfilter/ipset/ip_set_hash_netnet.c
350
nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) ||
net/netfilter/ipset/ip_set_hash_netnet.c
447
if (tb[IPSET_ATTR_CIDR2]) {
net/netfilter/ipset/ip_set_hash_netnet.c
448
e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]);
net/netfilter/ipset/ip_set_hash_netnet.c
501
[IPSET_ATTR_CIDR2] = { .type = NLA_U8 },
net/netfilter/ipset/ip_set_hash_netportnet.c
120
nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) ||
net/netfilter/ipset/ip_set_hash_netportnet.c
228
if (tb[IPSET_ATTR_CIDR2]) {
net/netfilter/ipset/ip_set_hash_netportnet.c
229
e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]);
net/netfilter/ipset/ip_set_hash_netportnet.c
412
nla_put_u8(skb, IPSET_ATTR_CIDR2, data->cidr[1]) ||
net/netfilter/ipset/ip_set_hash_netportnet.c
514
if (tb[IPSET_ATTR_CIDR2]) {
net/netfilter/ipset/ip_set_hash_netportnet.c
515
e.cidr[1] = nla_get_u8(tb[IPSET_ATTR_CIDR2]);
net/netfilter/ipset/ip_set_hash_netportnet.c
598
[IPSET_ATTR_CIDR2] = { .type = NLA_U8 },