Searched refs:IPSET_ATTR_SETNAME (Results 1 – 2 of 2) sorted by relevance
981 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,1059 !attr[IPSET_ATTR_SETNAME] || in ip_set_create()1067 name = nla_data(attr[IPSET_ATTR_SETNAME]); in ip_set_create()1173 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,1213 if (!attr[IPSET_ATTR_SETNAME]) { in ip_set_destroy()1234 s = find_set_and_id(inst, nla_data(attr[IPSET_ATTR_SETNAME]), in ip_set_destroy()1277 if (!attr[IPSET_ATTR_SETNAME]) { in ip_set_flush()1284 s = find_set(inst, nla_data(attr[IPSET_ATTR_SETNAME])); in ip_set_flush()1299 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,1315 !attr[IPSET_ATTR_SETNAME] || in ip_set_rename()[all …]
57 IPSET_ATTR_SETNAME, /* 2: Name of the set */ enumerator