Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dem_text.c55 struct ts_config *ts_conf; in em_text_change() local
69 ts_conf = textsearch_prepare(conf->algo, (u8 *) conf + sizeof(*conf), in em_text_change()
75 if (IS_ERR(ts_conf)) { in em_text_change()
76 if (PTR_ERR(ts_conf) == -ENOENT && !(flags & TS_AUTOLOAD)) { in em_text_change()
81 return PTR_ERR(ts_conf); in em_text_change()
83 textsearch_destroy(ts_conf); in em_text_change()
89 textsearch_destroy(ts_conf); in em_text_change()
97 tm->config = ts_conf; in em_text_change()
/linux/net/netfilter/
H A Dxt_string.c41 struct ts_config *ts_conf; in string_mt_check() local
56 ts_conf = textsearch_prepare(conf->algo, conf->pattern, conf->patlen, in string_mt_check()
58 if (IS_ERR(ts_conf)) in string_mt_check()
59 return PTR_ERR(ts_conf); in string_mt_check()
61 conf->config = ts_conf; in string_mt_check()