Home
last modified time | relevance | path

Searched refs:tcf_em_is_container (Results 1 – 2 of 2) sorted by relevance

/linux/net/sched/
H A Dematch.c471 } else if (tcf_em_is_container(em) || tcf_em_is_simple(em)) { in tcf_em_tree_dump()
511 if (tcf_em_is_container(cur_match)) { in __tcf_em_tree_match()
/linux/include/net/
H A Dpkt_cls.h413 static inline int tcf_em_is_container(struct tcf_ematch *em) in tcf_em_is_container() function