Symbol: match_list
crypto/openssh/kex-names.c
192
if ((cp = match_list(proposal, algs, NULL)) == NULL)
crypto/openssh/kex.c
808
char *name = match_list(client, server, NULL);
crypto/openssh/kex.c
830
char *name = match_list(client, server, NULL);
crypto/openssh/kex.c
848
char *name = match_list(client, server, NULL);
crypto/openssh/kex.c
871
k->name = match_list(client, server, NULL);
crypto/openssh/kex.c
890
k->hostkey_alg = match_list(client, server, NULL);
crypto/openssh/match.h
23
char *match_list(const char *, const char *, u_int *);
crypto/openssh/sftp-server.c
194
((result = match_list(h->name, request_denylist, NULL))) != NULL) {
crypto/openssh/sftp-server.c
200
((result = match_list(h->name, request_allowlist, NULL))) != NULL) {
crypto/openssh/sshconnect2.c
1176
return match_list(sshkey_ssh_name(key),
crypto/openssh/sshconnect2.c
1198
tmp = match_list(sshkey_sigalg_by_name(cp),
crypto/openssh/sshconnect2.c
2341
if ((name = match_list(preferred, supported, &next)) == NULL) {
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1744
static void free_match_list(struct match_list *head, bool ft_locked)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1746
struct match_list *iter, *match_tmp;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1760
static int build_match_list(struct match_list *match_head,
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1772
struct match_list *curr_match;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1799
struct match_list *iter;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1854
struct match_list *iter;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1952
struct match_list match_head;