Lines Matching refs:exts
47 struct tcf_exts exts; member
181 r = tcf_exts_exec(skb, &n->exts, res); in u32_classify()
393 tcf_exts_destroy(&n->exts); in __u32_destroy_key()
401 tcf_exts_put_net(&n->exts); in u32_destroy_key()
465 tcf_exts_get_net(&key->exts); in u32_delete_key()
555 cls_u32.knode.exts = &n->exts; in u32_replace_hw_knode()
587 if (tcf_exts_get_net(&n->exts)) in u32_clear_hnode()
721 err = tcf_exts_validate(net, tp, tb, est, &n->exts, ovr, true, extack); in u32_set_parms()
833 if (tcf_exts_init(&new->exts, net, TCA_U32_ACT, TCA_U32_POLICE)) { in u32_init_knode()
920 tcf_exts_get_net(&n->exts); in u32_change()
1047 err = tcf_exts_init(&n->exts, net, TCA_U32_ACT, TCA_U32_POLICE); in u32_change()
1099 tcf_exts_destroy(&n->exts); in u32_change()
1196 cls_u32.knode.exts = &n->exts; in u32_reoffload_knode()
1338 if (tcf_exts_dump(skb, &n->exts) < 0) in u32_dump()
1374 if (tcf_exts_dump_stats(skb, &n->exts) < 0) in u32_dump()