Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dact_api.h130 int tcf_action_destroy(struct list_head *actions, int bind);
/linux-4.4.14/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.c429 int tcf_action_destroy(struct list_head *actions, int bind) in tcf_action_destroy() function
612 tcf_action_destroy(actions, bind); in tcf_action_init()
866 ret = tcf_action_destroy(actions, 0); in tcf_del_notify()