Searched refs:IPSET_ATTR_SETNAME (Results 1 – 2 of 2) sorted by relevance
992 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,1070 !attr[IPSET_ATTR_SETNAME] || in ip_set_create()1078 name = nla_data(attr[IPSET_ATTR_SETNAME]); in ip_set_create()1185 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,1260 if (!attr[IPSET_ATTR_SETNAME]) { in ip_set_destroy()1279 s = find_set_and_id(inst, nla_data(attr[IPSET_ATTR_SETNAME]), in ip_set_destroy()1329 if (!attr[IPSET_ATTR_SETNAME]) { in ip_set_flush()1336 s = find_set(inst, nla_data(attr[IPSET_ATTR_SETNAME])); in ip_set_flush()1351 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,1367 !attr[IPSET_ATTR_SETNAME] || in ip_set_rename()[all …]
57 IPSET_ATTR_SETNAME, /* 2: Name of the set */ enumerator