Home
last modified time | relevance | path

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

/linux-3.4.99/net/sched/
Dem_text.c30 #define EM_TEXT_PRIV(m) ((struct text_match *) (m)->data) macro
35 struct text_match *tm = EM_TEXT_PRIV(m); in em_text_match()
105 if (EM_TEXT_PRIV(m) && EM_TEXT_PRIV(m)->config) in em_text_destroy()
106 textsearch_destroy(EM_TEXT_PRIV(m)->config); in em_text_destroy()
111 struct text_match *tm = EM_TEXT_PRIV(m); in em_text_dump()