Lines Matching refs:exts
44 struct tcf_exts exts; member
126 ret = tcf_exts_exec(skb, &prog->exts, res); in cls_bpf_classify()
156 cls_bpf.exts = &obj->exts; in cls_bpf_offload_cmd()
231 cls_bpf.exts = &prog->exts; in cls_bpf_offload_update_stats()
267 tcf_exts_destroy(&prog->exts); in __cls_bpf_delete_prog()
268 tcf_exts_put_net(&prog->exts); in __cls_bpf_delete_prog()
293 if (tcf_exts_get_net(&prog->exts)) in __cls_bpf_delete()
419 ret = tcf_exts_validate(net, tp, tb, est, &prog->exts, flags, in cls_bpf_set_parms()
479 ret = tcf_exts_init(&prog->exts, net, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_change()
519 tcf_exts_get_net(&oldprog->exts); in cls_bpf_change()
534 tcf_exts_destroy(&prog->exts); in cls_bpf_change()
608 if (tcf_exts_dump(skb, &prog->exts) < 0) in cls_bpf_dump()
621 if (tcf_exts_dump_stats(skb, &prog->exts) < 0) in cls_bpf_dump()
678 cls_bpf.exts = &prog->exts; in cls_bpf_reoffload()