Home
last modified time | relevance | path

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

/linux-5.19.10/net/sched/
Dematch.c411 else if (!tcf_em_is_simple(em)) in tcf_em_tree_destroy()
469 } else if (tcf_em_is_container(em) || tcf_em_is_simple(em)) { in tcf_em_tree_dump()
/linux-5.19.10/include/net/
Dpkt_cls.h383 static inline int tcf_em_is_simple(struct tcf_ematch *em) in tcf_em_is_simple() function