Searched defs:pattern (Results 1 - 5 of 5) sorted by relevance

/include/linux/
H A Dparser.h11 /* associates an integer enumerator with a pattern string. */
14 const char *pattern; member in struct:match_token
19 /* Maximum number of arguments that match_token will find in a pattern */
32 bool match_wildcard(const char *pattern, const char *str);
/include/uapi/linux/netfilter/
H A Dxt_string.h18 char pattern[XT_STRING_MAX_PATTERN_SIZE]; member in struct:xt_string_info
/include/linux/mtd/
H A Dbbm.h40 * @offs: offset of the pattern in the oob area of the page
43 * @len: length of the pattern, if 0 no pattern check is performed
47 * @reserved_block_code: if non-0, this pattern denotes a reserved (rather than
49 * @pattern: pattern to identify bad block table or factory marked good /
53 * pattern which identifies good and bad blocks. The assumption is made
54 * that the pattern and the version count are always located in the oob area
66 uint8_t *pattern; member in struct:nand_bbt_descr
98 /* Search good / bad pattern o
[all...]
/include/uapi/linux/
H A Dscc.h169 unsigned char pattern; member in struct:scc_calibrate
/include/net/
H A Dcfg80211.h1847 * struct cfg80211_pkt_pattern - packet pattern
1848 * @mask: bitmask where to match pattern and where to ignore bytes,
1850 * @pattern: bytes to match where bitmask is 1
1851 * @pattern_len: length of pattern (in bytes)
1854 * Internal note: @mask and @pattern are allocated in one chunk of
1858 const u8 *mask, *pattern; member in struct:cfg80211_pkt_pattern
1906 * @patterns: wake up on receiving packet matching a pattern
1961 * @pattern_idx: pattern that caused wakeup, -1 if not due to pattern
1965 * @packet_80211: For pattern matc
[all...]

Completed in 131 milliseconds