Searched refs:nla_memdup (Results 1 – 7 of 7) sorted by relevance
233 name = nla_memdup(tb[TCA_ACT_BPF_NAME], GFP_KERNEL); in tcf_bpf_init_from_efd()
391 name = nla_memdup(tb[TCA_BPF_NAME], GFP_KERNEL); in cls_bpf_prog_from_efd()
824 c->data = nla_memdup(tb[TCA_ACT_COOKIE], GFP_KERNEL); in nla_memdup_cookie()
351 prog->name = nla_memdup(tb[LWT_BPF_PROG_NAME], GFP_ATOMIC); in bpf_parse_prog()
841 slwt->bpf.name = nla_memdup(tb[SEG6_LOCAL_BPF_PROG_NAME], GFP_KERNEL); in parse_nla_bpf()
1666 static inline void *nla_memdup(const struct nlattr *src, gfp_t gfp) in nla_memdup() function
12310 filter[i].filter = nla_memdup(attr, GFP_KERNEL); in handle_nan_filter()