Home
last modified time | relevance | path

Searched refs:TCA_BPF_CLASSID (Results 1 – 3 of 3) sorted by relevance

/linux/net/sched/
A Dcls_bpf.c55 [TCA_BPF_CLASSID] = { .type = NLA_U32 },
499 if (tb[TCA_BPF_CLASSID]) { in cls_bpf_change()
500 prog->res.classid = nla_get_u32(tb[TCA_BPF_CLASSID]); in cls_bpf_change()
597 nla_put_u32(skb, TCA_BPF_CLASSID, prog->res.classid)) in cls_bpf_dump()
/linux/tools/include/uapi/linux/
A Dpkt_cls.h321 TCA_BPF_CLASSID, enumerator
/linux/include/uapi/linux/
A Dpkt_cls.h407 TCA_BPF_CLASSID, enumerator

Completed in 11 milliseconds