Lines Matching refs:exts
45 struct tcf_exts exts; member
130 ret = tcf_exts_exec(skb, &prog->exts, res); in cls_bpf_classify()
160 cls_bpf.exts = &obj->exts; in cls_bpf_offload_cmd()
235 cls_bpf.exts = &prog->exts; in cls_bpf_offload_update_stats()
271 tcf_exts_destroy(&prog->exts); in __cls_bpf_delete_prog()
272 tcf_exts_put_net(&prog->exts); in __cls_bpf_delete_prog()
297 if (tcf_exts_get_net(&prog->exts)) in __cls_bpf_delete()
423 ret = tcf_exts_validate(net, tp, tb, est, &prog->exts, flags, in cls_bpf_set_parms()
483 ret = tcf_exts_init(&prog->exts, net, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_change()
523 tcf_exts_get_net(&oldprog->exts); in cls_bpf_change()
538 tcf_exts_destroy(&prog->exts); in cls_bpf_change()
612 if (tcf_exts_dump(skb, &prog->exts) < 0) in cls_bpf_dump()
625 if (tcf_exts_dump_stats(skb, &prog->exts) < 0) in cls_bpf_dump()
671 cls_bpf.exts = &prog->exts; in cls_bpf_reoffload()