Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
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()
/linux-6.12.1/include/net/
Dpkt_cls.h418 static inline int tcf_em_is_simple(struct tcf_ematch *em) in tcf_em_is_simple() function