Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dact_api.h118 int tcf_action_destroy(struct list_head *actions, int bind);
/linux-4.1.27/net/sched/
Dcls_api.c512 tcf_action_destroy(&exts->actions, TCA_ACT_UNBIND); in tcf_exts_destroy()
564 tcf_action_destroy(&tmp, TCA_ACT_UNBIND); in tcf_exts_change()
Dact_api.c411 int tcf_action_destroy(struct list_head *actions, int bind) in tcf_action_destroy() function
594 tcf_action_destroy(actions, bind); in tcf_action_init()
848 ret = tcf_action_destroy(actions, 0); in tcf_del_notify()