Home
last modified time | relevance | path

Searched refs:TCA_BPF_OPS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/sched/
Dcls_bpf.c60 [TCA_BPF_OPS] = { .type = NLA_BINARY,
239 if (bpf_size != nla_len(tb[TCA_BPF_OPS])) in cls_bpf_prog_from_ops()
246 memcpy(bpf_ops, nla_data(tb[TCA_BPF_OPS]), bpf_size); in cls_bpf_prog_from_ops()
313 is_bpf = tb[TCA_BPF_OPS_LEN] && tb[TCA_BPF_OPS]; in cls_bpf_modify_existing()
441 nla = nla_reserve(skb, TCA_BPF_OPS, prog->bpf_num_ops * in cls_bpf_dump_bpf_info()
/linux-4.4.14/include/uapi/linux/
Dpkt_cls.h385 TCA_BPF_OPS, enumerator