Searched refs:ts_conf (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | em_text.c | 48 struct ts_config *ts_conf; in em_text_change() local 62 ts_conf = textsearch_prepare(conf->algo, (u8 *) conf + sizeof(*conf), in em_text_change() 68 if (IS_ERR(ts_conf)) { in em_text_change() 69 if (PTR_ERR(ts_conf) == -ENOENT && !(flags & TS_AUTOLOAD)) { in em_text_change() 74 return PTR_ERR(ts_conf); in em_text_change() 76 textsearch_destroy(ts_conf); in em_text_change() 82 textsearch_destroy(ts_conf); in em_text_change() 90 tm->config = ts_conf; in em_text_change()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | em_text.c | 48 struct ts_config *ts_conf; in em_text_change() local 62 ts_conf = textsearch_prepare(conf->algo, (u8 *) conf + sizeof(*conf), in em_text_change() 68 if (IS_ERR(ts_conf)) { in em_text_change() 69 if (PTR_ERR(ts_conf) == -ENOENT && !(flags & TS_AUTOLOAD)) { in em_text_change() 74 return PTR_ERR(ts_conf); in em_text_change() 76 textsearch_destroy(ts_conf); in em_text_change() 82 textsearch_destroy(ts_conf); in em_text_change() 90 tm->config = ts_conf; in em_text_change()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_string.c | 41 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()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_string.c | 41 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()
|
Completed in 3 milliseconds