Searched refs:textsearch_prepare (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/lib/ |
D | textsearch.c | 261 struct ts_config *textsearch_prepare(const char *algo, const void *pattern, in textsearch_prepare() function 302 EXPORT_SYMBOL(textsearch_prepare);
|
/linux-4.4.14/include/linux/ |
D | textsearch.h | 150 extern struct ts_config *textsearch_prepare(const char *, const void *,
|
/linux-4.4.14/net/netfilter/ |
D | xt_string.c | 58 ts_conf = textsearch_prepare(conf->algo, conf->pattern, conf->patlen, in string_mt_check()
|
D | nf_conntrack_amanda.c | 211 search[i].ts = textsearch_prepare(ts_algo, search[i].string, in nf_conntrack_amanda_init()
|
/linux-4.4.14/net/sched/ |
D | em_text.c | 66 ts_conf = textsearch_prepare(conf->algo, (u8 *) conf + sizeof(*conf), in em_text_change()
|