Home
last modified time | relevance | path

Searched refs:textsearch_prepare (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dtextsearch.c38 * (1) User configures a search by calling textsearch_prepare() specifying
58 * by calling textsearch_prepare() specifying the searching algorithm,
85 * conf = textsearch_prepare("kmp", pattern, strlen(pattern),
246 * textsearch_prepare - Prepare a search
263 struct ts_config *textsearch_prepare(const char *algo, const void *pattern, in textsearch_prepare() function
304 EXPORT_SYMBOL(textsearch_prepare); variable
/kernel/linux/linux-6.6/lib/
H A Dtextsearch.c38 * (1) User configures a search by calling textsearch_prepare() specifying
58 * by calling textsearch_prepare() specifying the searching algorithm,
85 * conf = textsearch_prepare("kmp", pattern, strlen(pattern),
246 * textsearch_prepare - Prepare a search
263 struct ts_config *textsearch_prepare(const char *algo, const void *pattern, in textsearch_prepare() function
304 EXPORT_SYMBOL(textsearch_prepare); variable
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_string.c56 ts_conf = textsearch_prepare(conf->algo, conf->pattern, conf->patlen, in string_mt_check()
H A Dnf_conntrack_amanda.c218 search[i].ts = textsearch_prepare(ts_algo, search[i].string, in nf_conntrack_amanda_init()
/kernel/linux/linux-5.10/include/linux/
H A Dtextsearch.h151 extern struct ts_config *textsearch_prepare(const char *, const void *,
/kernel/linux/linux-6.6/include/linux/
H A Dtextsearch.h151 extern struct ts_config *textsearch_prepare(const char *, const void *,
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_string.c56 ts_conf = textsearch_prepare(conf->algo, conf->pattern, conf->patlen, in string_mt_check()
H A Dnf_conntrack_amanda.c218 search[i].ts = textsearch_prepare(ts_algo, search[i].string, in nf_conntrack_amanda_init()
/kernel/linux/linux-5.10/net/sched/
H A Dem_text.c62 ts_conf = textsearch_prepare(conf->algo, (u8 *) conf + sizeof(*conf), in em_text_change()
/kernel/linux/linux-6.6/net/sched/
H A Dem_text.c62 ts_conf = textsearch_prepare(conf->algo, (u8 *) conf + sizeof(*conf), in em_text_change()

Completed in 4 milliseconds