Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dem_text.c18 struct text_match { struct
26 #define EM_TEXT_PRIV(m) ((struct text_match *) (m)->data) argument
31 struct text_match *tm = EM_TEXT_PRIV(m); in em_text_match()
46 struct text_match *tm; in em_text_change()
108 struct text_match *tm = EM_TEXT_PRIV(m); in em_text_dump()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcve_check.py121 text_match = False
128 text_match = True
130 if not fname_match and not text_match: