Home
last modified time | relevance | path

Searched refs:patlen (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/lib/
Dts_bm.c53 unsigned int patlen; member
58 static unsigned int matchpat(const u8 *pattern, unsigned int patlen, in matchpat() argument
63 for (i = 0; i < patlen; i++) { in matchpat()
85 int shift = bm->patlen - 1; in bm_find()
96 i = matchpat(&bm->pattern[bm->patlen-1], bm->patlen, in bm_find()
98 if (i == bm->patlen) { in bm_find()
101 return consumed + (shift-(bm->patlen-1)); in bm_find()
138 bm->bad_shift[i] = bm->patlen; in compute_prefix_tbl()
139 for (i = 0; i < bm->patlen - 1; i++) { in compute_prefix_tbl()
140 bm->bad_shift[bm->pattern[i]] = bm->patlen - 1 - i; in compute_prefix_tbl()
[all …]
/Linux-v6.6/net/netfilter/
Dxt_string.c49 if (conf->patlen > XT_STRING_MAX_PATTERN_SIZE) in string_mt_check()
56 ts_conf = textsearch_prepare(conf->algo, conf->pattern, conf->patlen, in string_mt_check()
/Linux-v6.6/include/uapi/linux/netfilter/
Dxt_string.h20 __u8 patlen; member