Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_bpf.c237 name = nla_memdup(tb[TCA_ACT_BPF_NAME], GFP_KERNEL); in tcf_bpf_init_from_efd()
H A Dcls_bpf.c392 name = nla_memdup(tb[TCA_BPF_NAME], GFP_KERNEL); in cls_bpf_prog_from_efd()
H A Dact_api.c1272 c->data = nla_memdup(tb[TCA_ACT_COOKIE], GFP_KERNEL); in nla_memdup_cookie()
/linux/net/core/
H A Dlwt_bpf.c348 prog->name = nla_memdup(tb[LWT_BPF_PROG_NAME], GFP_ATOMIC); in bpf_parse_prog()
/linux/include/net/
H A Dnetlink.h1912 #define nla_memdup(...) alloc_hooks(nla_memdup_noprof(__VA_ARGS__)) macro
/linux/net/ipv6/
H A Dseg6_local.c1908 slwt->bpf.name = nla_memdup(tb[SEG6_LOCAL_BPF_PROG_NAME], GFP_KERNEL); in parse_nla_bpf()
/linux/net/netfilter/
H A Dnf_tables_api.c1429 table->udata = nla_memdup(nla[NFTA_TABLE_USERDATA], GFP_KERNEL_ACCOUNT); in nf_tables_newtable()
2534 chain->udata = nla_memdup(nla[NFTA_CHAIN_USERDATA], GFP_KERNEL_ACCOUNT); in nf_tables_addchain()
7813 obj->udata = nla_memdup(nla[NFTA_OBJ_USERDATA], GFP_KERNEL_ACCOUNT); in nf_tables_newobj()
/linux/net/wireless/
H A Dnl80211.c14336 filter[i].filter = nla_memdup(attr, GFP_KERNEL); in handle_nan_filter()