Home
last modified time | relevance | path

Searched refs:tcf_em_tree_destroy (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/sched/
Dematch.c384 tcf_em_tree_destroy(tree); in tcf_em_tree_validate()
399 void tcf_em_tree_destroy(struct tcf_ematch_tree *tree) in tcf_em_tree_destroy() function
422 EXPORT_SYMBOL(tcf_em_tree_destroy);
Dcls_cgroup.c67 tcf_em_tree_destroy(&head->ematches); in cls_cgroup_destroy_rcu()
Dcls_flow.c371 tcf_em_tree_destroy(&f->ematches); in flow_destroy_filter()
546 tcf_em_tree_destroy(&t); in flow_change()
Dcls_basic.c95 tcf_em_tree_destroy(&f->ematches); in basic_delete_filter()
/linux-4.4.14/include/net/
Dpkt_cls.h247 void tcf_em_tree_destroy(struct tcf_ematch_tree *);
304 #define tcf_em_tree_destroy(t) do { (void)(t); } while(0) macro