Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dparser.c283 bool match_wildcard(const char *pattern, const char *str) in match_wildcard() function
321 EXPORT_SYMBOL(match_wildcard);
H A Ddynamic_debug.c191 !match_wildcard(query->module, dt->mod_name)) in ddebug_change()
212 !match_wildcard(query->filename, dp->filename) && in ddebug_change()
213 !match_wildcard(query->filename, in ddebug_change()
215 !match_wildcard(query->filename, in ddebug_change()
221 !match_wildcard(query->function, dp->function)) in ddebug_change()
/openbmc/linux/include/linux/
H A Dparser.h36 bool match_wildcard(const char *pattern, const char *str);
/openbmc/linux/net/ipv4/
H A Dinet_connection_sock.c92 bool match_wildcard) in inet_rcv_saddr_equal() argument
102 match_wildcard, in inet_rcv_saddr_equal()
103 match_wildcard); in inet_rcv_saddr_equal()
106 ipv6_only_sock(sk2), match_wildcard, in inet_rcv_saddr_equal()
107 match_wildcard); in inet_rcv_saddr_equal()
/openbmc/linux/fs/smb/server/mgmt/
H A Dshare_config.c248 if (match_wildcard(p->pattern, filename)) in ksmbd_share_veto_filename()
/openbmc/linux/include/net/
H A Daddrconf.h125 bool match_wildcard);