Home
last modified time | relevance | path

Searched refs:client_is_allowed (Results 1 – 2 of 2) sorted by relevance

/trusty/user/base/lib/tipc/
Dtipc_srv.c190 static bool client_is_allowed(const struct tipc_port_acl* acl, in client_is_allowed() function
235 if (!client_is_allowed(port->cfg->acl, &peer)) { in handle_connect()
/trusty/kernel/lib/ktipc/
Dktipc.c147 static bool client_is_allowed(const struct ktipc_port_acl* acl, in client_is_allowed() function
182 if (!client_is_allowed(kport->port->acl, peer)) { in handle_connect()