Searched refs:mPort (Results 1 – 1 of 1) sorted by relevance
220 : mPort(), mOpsPtr(ops) { in Service()221 mPort.name = port_name; in Service()222 mPort.msg_max_size = msg_max_size; in Service()223 mPort.msg_queue_len = 1; in Service()224 mPort.acl = acl; in Service()225 mPort.priv = this; in Service()233 return tipc_add_service(hset, &mPort, 1, mMaxChannels, mOpsPtr); in add_service()258 Port mPort; variable