Searched refs:TCA_BPF_OPS (Results 1 – 3 of 3) sorted by relevance
61 [TCA_BPF_OPS] = { .type = NLA_BINARY,348 if (bpf_size != nla_len(tb[TCA_BPF_OPS])) in cls_bpf_prog_from_ops()351 bpf_ops = kmemdup(nla_data(tb[TCA_BPF_OPS]), bpf_size, GFP_KERNEL); in cls_bpf_prog_from_ops()414 is_bpf = tb[TCA_BPF_OPS_LEN] && tb[TCA_BPF_OPS]; in cls_bpf_set_parms()547 nla = nla_reserve(skb, TCA_BPF_OPS, prog->bpf_num_ops * in cls_bpf_dump_bpf_info()
370 TCA_BPF_OPS, enumerator
450 TCA_BPF_OPS, enumerator
Completed in 11 milliseconds