Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dem_text.c26 #define EM_TEXT_PRIV(m) ((struct text_match *) (m)->data) macro
31 struct text_match *tm = EM_TEXT_PRIV(m); in em_text_match()
100 if (EM_TEXT_PRIV(m) && EM_TEXT_PRIV(m)->config) { in em_text_destroy()
101 textsearch_destroy(EM_TEXT_PRIV(m)->config); in em_text_destroy()
102 kfree(EM_TEXT_PRIV(m)); in em_text_destroy()
108 struct text_match *tm = EM_TEXT_PRIV(m); in em_text_dump()