Searched refs:IPSET_ATTR_SETNAME (Results 1 – 2 of 2) sorted by relevance
986 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,1068 !attr[IPSET_ATTR_SETNAME] || in ip_set_create()1076 name = nla_data(attr[IPSET_ATTR_SETNAME]); in ip_set_create()1180 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,1222 if (!attr[IPSET_ATTR_SETNAME]) { in ip_set_destroy()1242 s = find_set_and_id(inst, nla_data(attr[IPSET_ATTR_SETNAME]), in ip_set_destroy()1286 if (!attr[IPSET_ATTR_SETNAME]) { in ip_set_flush()1293 s = find_set(inst, nla_data(attr[IPSET_ATTR_SETNAME])); in ip_set_flush()1308 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,1326 !attr[IPSET_ATTR_SETNAME] || in ip_set_rename()[all …]
61 IPSET_ATTR_SETNAME, /* 2: Name of the set */ enumerator