Searched refs:nla_strdup (Results 1 - 7 of 7) sorted by relevance

/linux-master/lib/
H A Dnlattr.c802 * nla_strdup - Copy string attribute payload into a newly allocated buffer
808 char *nla_strdup(const struct nlattr *nla, gfp_t flags) function
823 EXPORT_SYMBOL(nla_strdup); variable
/linux-master/net/devlink/
H A Drate.c510 rate_node->name = nla_strdup(info->attrs[DEVLINK_ATTR_RATE_NODE_NAME], GFP_KERNEL);
/linux-master/net/netfilter/
H A Dnft_meta.c954 priv->ctx = nla_strdup(tb[NFTA_SECMARK_CTX], GFP_KERNEL);
H A Dnf_tables_api.c1424 table->name = nla_strdup(attr, GFP_KERNEL_ACCOUNT);
2517 chain->name = nla_strdup(nla[NFTA_CHAIN_NAME], GFP_KERNEL_ACCOUNT);
2721 name = nla_strdup(nla[NFTA_CHAIN_NAME], GFP_KERNEL_ACCOUNT);
3652 ctx->table = nla_strdup(nla[NFTA_RULE_TABLE], GFP_ATOMIC);
3657 ctx->chain = nla_strdup(nla[NFTA_RULE_CHAIN], GFP_ATOMIC);
5233 name = nla_strdup(nla[NFTA_SET_NAME], GFP_KERNEL_ACCOUNT);
7803 obj->key.name = nla_strdup(nla[NFTA_OBJ_NAME], GFP_KERNEL_ACCOUNT);
7974 ctx->table = nla_strdup(nla[NFTA_OBJ_TABLE], GFP_ATOMIC);
8623 flowtable->name = nla_strdup(nla[NFTA_FLOWTABLE_NAME], GFP_KERNEL_ACCOUNT);
8934 filter->table = nla_strdup(nl
[all...]
/linux-master/include/net/
H A Dnetlink.h533 char *nla_strdup(const struct nlattr *nla, gfp_t flags);
/linux-master/drivers/block/
H A Dnbd.c2129 nbd->backend = nla_strdup(info->attrs[NBD_ATTR_BACKEND_IDENTIFIER],
/linux-master/net/core/
H A Drtnetlink.c3875 alt_ifname = nla_strdup(attr, GFP_KERNEL_ACCOUNT);

Completed in 226 milliseconds