Lines Matching refs:exts
42 struct tcf_exts exts; member
126 ret = tcf_exts_exec(skb, &prog->exts, res); in cls_bpf_classify()
158 tcf_exts_destroy(&prog->exts); in cls_bpf_delete_prog()
310 struct tcf_exts exts; in cls_bpf_modify_existing() local
318 tcf_exts_init(&exts, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_modify_existing()
319 ret = tcf_exts_validate(net, tp, tb, est, &exts, ovr); in cls_bpf_modify_existing()
327 tcf_exts_destroy(&exts); in cls_bpf_modify_existing()
339 tcf_exts_destroy(&exts); in cls_bpf_modify_existing()
348 tcf_exts_change(tp, &prog->exts, &exts); in cls_bpf_modify_existing()
395 tcf_exts_init(&prog->exts, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_change()
492 if (tcf_exts_dump(skb, &prog->exts) < 0) in cls_bpf_dump()
502 if (tcf_exts_dump_stats(skb, &prog->exts) < 0) in cls_bpf_dump()