Searched refs:match_wildcard (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dparser.h36 bool match_wildcard(const char *pattern, const char *str);
/linux-master/lib/
H A Dparser.c272 * match_wildcard - parse if a string matches given wildcard pattern
283 bool match_wildcard(const char *pattern, const char *str) function
321 EXPORT_SYMBOL(match_wildcard); variable
H A Ddynamic_debug.c191 !match_wildcard(query->module, dt->mod_name))
212 !match_wildcard(query->filename, dp->filename) &&
213 !match_wildcard(query->filename,
215 !match_wildcard(query->filename,
221 !match_wildcard(query->function, dp->function))
/linux-master/fs/smb/server/mgmt/
H A Dshare_config.c235 if (match_wildcard(p->pattern, filename))
/linux-master/net/ipv4/
H A Dinet_connection_sock.c92 bool match_wildcard)
102 match_wildcard,
103 match_wildcard);
106 ipv6_only_sock(sk2), match_wildcard,
107 match_wildcard);
91 inet_rcv_saddr_equal(const struct sock *sk, const struct sock *sk2, bool match_wildcard) argument
/linux-master/include/net/
H A Daddrconf.h126 bool match_wildcard);

Completed in 146 milliseconds