tcf_action_destroy  174 include/net/act_api.h int tcf_action_destroy(struct tc_action *actions[], int bind);
tcf_action_destroy  722 net/sched/act_api.c 	return tcf_action_destroy(actions, bind);
tcf_action_destroy  988 net/sched/act_api.c 	tcf_action_destroy(actions, bind);
tcf_action_destroy 3001 net/sched/cls_api.c 		tcf_action_destroy(exts->actions, TCA_ACT_UNBIND);