Home
last modified time | relevance | path

Searched refs:nla_memdup (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/net/sched/
Dact_bpf.c237 name = nla_memdup(tb[TCA_ACT_BPF_NAME], GFP_KERNEL); in tcf_bpf_init_from_efd()
Dcls_bpf.c392 name = nla_memdup(tb[TCA_BPF_NAME], GFP_KERNEL); in cls_bpf_prog_from_efd()
Dact_api.c1241 c->data = nla_memdup(tb[TCA_ACT_COOKIE], GFP_KERNEL); in nla_memdup_cookie()
/Linux-v6.6/net/core/
Dlwt_bpf.c348 prog->name = nla_memdup(tb[LWT_BPF_PROG_NAME], GFP_ATOMIC); in bpf_parse_prog()
/Linux-v6.6/include/net/
Dnetlink.h1792 static inline void *nla_memdup(const struct nlattr *src, gfp_t gfp) in nla_memdup() function
/Linux-v6.6/net/ipv6/
Dseg6_local.c1908 slwt->bpf.name = nla_memdup(tb[SEG6_LOCAL_BPF_PROG_NAME], GFP_KERNEL); in parse_nla_bpf()
/Linux-v6.6/net/netfilter/
Dnf_tables_api.c1387 table->udata = nla_memdup(nla[NFTA_TABLE_USERDATA], GFP_KERNEL_ACCOUNT); in nf_tables_newtable()
2480 chain->udata = nla_memdup(nla[NFTA_CHAIN_USERDATA], GFP_KERNEL_ACCOUNT); in nf_tables_addchain()
7530 obj->udata = nla_memdup(nla[NFTA_OBJ_USERDATA], GFP_KERNEL_ACCOUNT); in nf_tables_newobj()
/Linux-v6.6/net/wireless/
Dnl80211.c14343 filter[i].filter = nla_memdup(attr, GFP_KERNEL); in handle_nan_filter()