Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dematch.c413 else if (!tcf_em_is_simple(em)) in tcf_em_tree_destroy()
471 } else if (tcf_em_is_container(em) || tcf_em_is_simple(em)) { in tcf_em_tree_dump()
/openbmc/linux/include/net/
H A Dpkt_cls.h407 static inline int tcf_em_is_simple(struct tcf_ematch *em) in tcf_em_is_simple() function