Lines Matching refs:exts
44 struct tcf_exts exts; member
128 ret = tcf_exts_exec(skb, &prog->exts, res); in cls_bpf_classify()
159 cls_bpf.exts = &obj->exts; in cls_bpf_offload_cmd()
234 cls_bpf.exts = &prog->exts; in cls_bpf_offload_update_stats()
270 tcf_exts_destroy(&prog->exts); in __cls_bpf_delete_prog()
271 tcf_exts_put_net(&prog->exts); in __cls_bpf_delete_prog()
296 if (tcf_exts_get_net(&prog->exts)) in __cls_bpf_delete()
422 ret = tcf_exts_validate(net, tp, tb, est, &prog->exts, ovr, true, in cls_bpf_set_parms()
482 ret = tcf_exts_init(&prog->exts, net, TCA_BPF_ACT, TCA_BPF_POLICE); in cls_bpf_change()
522 tcf_exts_get_net(&oldprog->exts); in cls_bpf_change()
537 tcf_exts_destroy(&prog->exts); in cls_bpf_change()
611 if (tcf_exts_dump(skb, &prog->exts) < 0) in cls_bpf_dump()
624 if (tcf_exts_dump_stats(skb, &prog->exts) < 0) in cls_bpf_dump()
681 cls_bpf.exts = &prog->exts; in cls_bpf_reoffload()