Searched refs:ts_conf (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/net/sched/
H A Dem_text.c52 struct ts_config *ts_conf; em_text_change() local
66 ts_conf = textsearch_prepare(conf->algo, (u8 *) conf + sizeof(*conf), em_text_change()
72 if (IS_ERR(ts_conf)) { em_text_change()
73 if (PTR_ERR(ts_conf) == -ENOENT && !(flags & TS_AUTOLOAD)) { em_text_change()
78 return PTR_ERR(ts_conf); em_text_change()
80 textsearch_destroy(ts_conf); em_text_change()
86 textsearch_destroy(ts_conf); em_text_change()
94 tm->config = ts_conf; em_text_change()
/linux-4.4.14/net/netfilter/
H A Dxt_string.c43 struct ts_config *ts_conf; string_mt_check() local
58 ts_conf = textsearch_prepare(conf->algo, conf->pattern, conf->patlen, string_mt_check()
60 if (IS_ERR(ts_conf)) string_mt_check()
61 return PTR_ERR(ts_conf); string_mt_check()
63 conf->config = ts_conf; string_mt_check()

Completed in 71 milliseconds