Searched refs:match_wildcard (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/lib/ |
| H A D | parser.c | 284 bool match_wildcard(const char *pattern, const char *str) in match_wildcard() function 322 EXPORT_SYMBOL(match_wildcard);
|
| H A D | dynamic_debug.c | 191 !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()
|
| /linux-6.15/include/linux/ |
| H A D | parser.h | 36 bool match_wildcard(const char *pattern, const char *str);
|
| /linux-6.15/net/ipv4/ |
| H A D | inet_connection_sock.c | 92 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()
|
| /linux-6.15/fs/smb/server/mgmt/ |
| H A D | share_config.c | 248 if (match_wildcard(p->pattern, filename)) in ksmbd_share_veto_filename()
|
| /linux-6.15/include/net/ |
| H A D | addrconf.h | 147 bool match_wildcard);
|
| /linux-6.15/security/selinux/ss/ |
| H A D | services.c | 2601 if (match_wildcard(c->u.name, name)) in security_netif_sid()
|