Searched refs:IPSET_ATTR_REVISION (Results 1 – 2 of 2) sorted by relevance
60 IPSET_ATTR_REVISION, /* 4: Settype revision */ enumerator
996 [IPSET_ATTR_REVISION] = NLA_POLICY_MAX(NLA_U8, IPSET_REVISION_MAX),1072 !attr[IPSET_ATTR_REVISION] || in ip_set_create()1081 revision = nla_get_u8(attr[IPSET_ATTR_REVISION]); in ip_set_create()1663 nla_put_u8(skb, IPSET_ATTR_REVISION, in ip_set_dump_do()1958 nla_put_u8(skb2, IPSET_ATTR_REVISION, set->revision)) in ip_set_header()2011 nla_put_u8(skb2, IPSET_ATTR_REVISION, max) || in ip_set_type()