Searched refs:topsrv (Results 1 – 2 of 2) sorted by relevance
80 tipc_conn_sendmsg(tn->topsrv, subscriber->conid, NULL, in subscr_send_event()306 tipc_conn_terminate(tn->topsrv, subscriber->conid); in subscr_conn_msg_event()334 struct tipc_server *topsrv; in tipc_subscr_start() local347 topsrv = kzalloc(sizeof(*topsrv), GFP_ATOMIC); in tipc_subscr_start()348 if (!topsrv) { in tipc_subscr_start()352 topsrv->net = net; in tipc_subscr_start()353 topsrv->saddr = saddr; in tipc_subscr_start()354 topsrv->imp = TIPC_CRITICAL_IMPORTANCE; in tipc_subscr_start()355 topsrv->type = SOCK_SEQPACKET; in tipc_subscr_start()356 topsrv->max_rcvbuf_size = sizeof(struct tipc_subscr); in tipc_subscr_start()[all …]
105 struct tipc_server *topsrv; member