Lines Matching defs:ns_name
97 * @ns_name: name of the ns the profile is to be loaded to (MAY BE NULL)
105 static int audit_iface(struct aa_profile *new, const char *ns_name,
113 aad(&sa)->iface.ns = ns_name;
674 static struct aa_profile *unpack_profile(struct aa_ext *e, char **ns_name)
687 *ns_name = NULL;
703 *ns_name = kstrndup(tmpns, ns_len, GFP_KERNEL);
704 if (!*ns_name) {
1050 kfree(ent->ns_name);
1188 char *ns_name = NULL;
1195 profile = unpack_profile(&e, &ns_name);
1218 ent->ns_name = ns_name;