Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
106 struct text_match *tm = EM_TEXT_PRIV(m); in em_text_dump()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dcve_check.py115 text_match = False
122 text_match = True
124 if not fname_match and not text_match: