Lines Matching refs:cfg
42 const struct tipc_port* cfg; member
143 rc = srv->ops->on_message(chan->port->cfg, chan->handle, in chan_event_handler_proc()
160 srv->ops->on_disconnect(chan->port->cfg, chan->handle, in chan_event_handler_proc()
170 rc = srv->ops->on_send_unblocked(chan->port->cfg, chan->handle, in chan_event_handler_proc()
218 TLOGD("Incoming connection on %s\n", port->cfg->name); in handle_connect()
223 TLOGE("failed (%d) to accept on port %s\n", rc, port->cfg->name); in handle_connect()
230 TLOGE("too many channels for port %s\n", port->cfg->name); in handle_connect()
235 if (!client_is_allowed(port->cfg->acl, &peer)) { in handle_connect()
236 TLOGE("access denied on port %s\n", port->cfg->name); in handle_connect()
242 TLOGE("oom while handling port %s\n", port->cfg->name); in handle_connect()
261 rc = srv->ops->on_connect(port->cfg, chan->handle, &peer, &user_ctx); in handle_connect()
263 TLOGE("on_connect failed (%d) on port %s\n", rc, port->cfg->name); in handle_connect()
280 TLOGD("got connection on %s\n", port->cfg->name); in handle_connect()
369 port->cfg = &ports[i]; in tipc_add_service()