Lines Matching refs:exts
41 struct tcf_exts exts; member
84 ret = tcf_exts_exec(skb, &prog->exts, res); in cls_bpf_classify()
116 tcf_exts_destroy(&prog->exts); in cls_bpf_delete_prog()
269 struct tcf_exts exts; in cls_bpf_modify_existing() local
281 tcf_exts_init(&exts, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_modify_existing()
282 ret = tcf_exts_validate(net, tp, tb, est, &exts, ovr); in cls_bpf_modify_existing()
291 tcf_exts_destroy(&exts); in cls_bpf_modify_existing()
296 tcf_exts_change(tp, &prog->exts, &exts); in cls_bpf_modify_existing()
344 tcf_exts_init(&prog->exts, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_change()
439 if (tcf_exts_dump(skb, &prog->exts) < 0) in cls_bpf_dump()
444 if (tcf_exts_dump_stats(skb, &prog->exts) < 0) in cls_bpf_dump()