Searched refs:nla_memdup (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/net/sched/ |
D | act_bpf.c | 236 name = nla_memdup(tb[TCA_ACT_BPF_NAME], GFP_KERNEL); in tcf_bpf_init_from_efd()
|
D | cls_bpf.c | 391 name = nla_memdup(tb[TCA_BPF_NAME], GFP_KERNEL); in cls_bpf_prog_from_efd()
|
D | act_api.c | 857 c->data = nla_memdup(tb[TCA_ACT_COOKIE], GFP_KERNEL); in nla_memdup_cookie()
|
/Linux-v5.10/net/core/ |
D | lwt_bpf.c | 349 prog->name = nla_memdup(tb[LWT_BPF_PROG_NAME], GFP_ATOMIC); in bpf_parse_prog()
|
/Linux-v5.10/net/ipv6/ |
D | seg6_local.c | 857 slwt->bpf.name = nla_memdup(tb[SEG6_LOCAL_BPF_PROG_NAME], GFP_KERNEL); in parse_nla_bpf()
|
/Linux-v5.10/include/net/ |
D | netlink.h | 1746 static inline void *nla_memdup(const struct nlattr *src, gfp_t gfp) in nla_memdup() function
|
/Linux-v5.10/net/netfilter/ |
D | nf_tables_api.c | 1037 table->udata = nla_memdup(nla[NFTA_TABLE_USERDATA], GFP_KERNEL); in nf_tables_newtable() 2077 chain->udata = nla_memdup(nla[NFTA_CHAIN_USERDATA], GFP_KERNEL); in nf_tables_addchain() 5994 obj->udata = nla_memdup(nla[NFTA_OBJ_USERDATA], GFP_KERNEL); in nf_tables_newobj()
|
/Linux-v5.10/net/wireless/ |
D | nl80211.c | 12928 filter[i].filter = nla_memdup(attr, GFP_KERNEL); in handle_nan_filter()
|