Lines Matching refs:action
503 if (exts->action) { in tcf_exts_destroy()
504 tcf_action_destroy(exts->action, TCA_ACT_UNBIND); in tcf_exts_destroy()
505 exts->action = NULL; in tcf_exts_destroy()
529 exts->action = act; in tcf_exts_validate()
530 } else if (map->action && tb[map->action]) { in tcf_exts_validate()
531 act = tcf_action_init(net, tb[map->action], rate_tlv, in tcf_exts_validate()
537 exts->action = act; in tcf_exts_validate()
541 if ((map->action && tb[map->action]) || in tcf_exts_validate()
554 if (src->action) { in tcf_exts_change()
557 act = dst->action; in tcf_exts_change()
558 dst->action = src->action; in tcf_exts_change()
571 if (map->action && exts->action) { in tcf_exts_dump()
579 if (exts->action->type != TCA_OLD_COMPAT) { in tcf_exts_dump()
580 nest = nla_nest_start(skb, map->action); in tcf_exts_dump()
583 if (tcf_action_dump(skb, exts->action, 0, 0) < 0) in tcf_exts_dump()
590 if (tcf_action_dump_old(skb, exts->action, 0, 0) < 0) in tcf_exts_dump()
607 if (exts->action) in tcf_exts_dump_stats()
608 if (tcf_action_copy_stats(skb, exts->action, 1) < 0) in tcf_exts_dump_stats()