Searched refs:IPSET_ATTR_NETMASK (Results 1 – 5 of 5) sorted by relevance
95 IPSET_ATTR_NETMASK, enumerator
291 [IPSET_ATTR_NETMASK] = { .type = NLA_U8 },
1301 if (h->netmask != HOST_MASK && nla_put_u8(skb, IPSET_ATTR_NETMASK, h->netmask)) in mtype_head()1506 if (tb[IPSET_ATTR_NETMASK]) { in IPSET_TOKEN()1507 netmask = nla_get_u8(tb[IPSET_ATTR_NETMASK]); in IPSET_TOKEN()1525 if (tb[IPSET_ATTR_NETMASK]) in IPSET_TOKEN()
380 [IPSET_ATTR_NETMASK] = { .type = NLA_U8 },
492 [IPSET_ATTR_NETMASK] = { .type = NLA_U8 },