Searched refs:nla_memdup (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | act_bpf.c | 237 name = nla_memdup(tb[TCA_ACT_BPF_NAME], GFP_KERNEL); in tcf_bpf_init_from_efd()
|
H A D | cls_bpf.c | 392 name = nla_memdup(tb[TCA_BPF_NAME], GFP_KERNEL); in cls_bpf_prog_from_efd()
|
H A D | act_api.c | 1261 c->data = nla_memdup(tb[TCA_ACT_COOKIE], GFP_KERNEL); in nla_memdup_cookie()
|
/openbmc/linux/net/core/ |
H A D | lwt_bpf.c | 348 prog->name = nla_memdup(tb[LWT_BPF_PROG_NAME], GFP_ATOMIC); in bpf_parse_prog()
|
/openbmc/linux/include/net/ |
H A D | netlink.h | 1792 static inline void *nla_memdup(const struct nlattr *src, gfp_t gfp) in nla_memdup() function
|
/openbmc/linux/net/ipv6/ |
H A D | seg6_local.c | 1908 slwt->bpf.name = nla_memdup(tb[SEG6_LOCAL_BPF_PROG_NAME], GFP_KERNEL); in parse_nla_bpf()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_tables_api.c | 1419 table->udata = nla_memdup(nla[NFTA_TABLE_USERDATA], GFP_KERNEL_ACCOUNT); in nf_tables_newtable() 2524 chain->udata = nla_memdup(nla[NFTA_CHAIN_USERDATA], GFP_KERNEL_ACCOUNT); in nf_tables_addchain() 7774 obj->udata = nla_memdup(nla[NFTA_OBJ_USERDATA], GFP_KERNEL_ACCOUNT); in nf_tables_newobj()
|
/openbmc/linux/net/wireless/ |
H A D | nl80211.c | 14409 filter[i].filter = nla_memdup(attr, GFP_KERNEL); in handle_nan_filter()
|