Searched refs:IPSET_ATTR_SETNAME (Results 1 – 2 of 2) sorted by relevance
808 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,890 !attr[IPSET_ATTR_SETNAME] || in ip_set_create()898 name = nla_data(attr[IPSET_ATTR_SETNAME]); in ip_set_create()1002 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,1044 if (!attr[IPSET_ATTR_SETNAME]) { in ip_set_destroy()1064 s = find_set_and_id(inst, nla_data(attr[IPSET_ATTR_SETNAME]), in ip_set_destroy()1108 if (!attr[IPSET_ATTR_SETNAME]) { in ip_set_flush()1115 s = find_set(inst, nla_data(attr[IPSET_ATTR_SETNAME])); in ip_set_flush()1130 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,1148 !attr[IPSET_ATTR_SETNAME] || in ip_set_rename()[all …]
58 IPSET_ATTR_SETNAME, /* 2: Name of the set */ enumerator