Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dact_bpf.c235 name = nla_memdup(tb[TCA_ACT_BPF_NAME], GFP_KERNEL); in tcf_bpf_init_from_efd()
Dcls_bpf.c390 name = nla_memdup(tb[TCA_BPF_NAME], GFP_KERNEL); in cls_bpf_prog_from_efd()
Dact_api.c1245 c->data = nla_memdup(tb[TCA_ACT_COOKIE], GFP_KERNEL); in nla_memdup_cookie()
/linux-6.1.9/net/core/
Dlwt_bpf.c349 prog->name = nla_memdup(tb[LWT_BPF_PROG_NAME], GFP_ATOMIC); in bpf_parse_prog()
/linux-6.1.9/include/net/
Dnetlink.h1763 static inline void *nla_memdup(const struct nlattr *src, gfp_t gfp) in nla_memdup() function
/linux-6.1.9/net/ipv6/
Dseg6_local.c1520 slwt->bpf.name = nla_memdup(tb[SEG6_LOCAL_BPF_PROG_NAME], GFP_KERNEL); in parse_nla_bpf()
/linux-6.1.9/net/netfilter/
Dnf_tables_api.c1232 table->udata = nla_memdup(nla[NFTA_TABLE_USERDATA], GFP_KERNEL_ACCOUNT); in nf_tables_newtable()
2299 chain->udata = nla_memdup(nla[NFTA_CHAIN_USERDATA], GFP_KERNEL_ACCOUNT); in nf_tables_addchain()
6980 obj->udata = nla_memdup(nla[NFTA_OBJ_USERDATA], GFP_KERNEL); in nf_tables_newobj()
/linux-6.1.9/net/wireless/
Dnl80211.c14081 filter[i].filter = nla_memdup(attr, GFP_KERNEL); in handle_nan_filter()