Home
last modified time | relevance | path

Searched refs:tcf_action_destroy (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/net/
Dact_api.h117 extern void tcf_action_destroy(struct tc_action *a, int bind);
/linux-3.4.99/net/sched/
Dcls_api.c499 tcf_action_destroy(exts->action, TCA_ACT_UNBIND); in tcf_exts_destroy()
555 tcf_action_destroy(act, TCA_ACT_UNBIND); in tcf_exts_change()
Dact_api.c401 void tcf_action_destroy(struct tc_action *act, int bind) in tcf_action_destroy() function
594 tcf_action_destroy(head, bind); in tcf_action_init()
891 tcf_action_destroy(head, 0); in tca_action_gd()