Searched refs:msg_sect (Results 1 - 1 of 1) sorted by relevance

/net/tipc/
H A Dsubscr.c97 struct kvec msg_sect; local
99 msg_sect.iov_base = (void *)&sub->evt;
100 msg_sect.iov_len = sizeof(struct tipc_event);
106 tipc_conn_sendmsg(&topsrv, subscriber->conid, NULL, msg_sect.iov_base,
107 msg_sect.iov_len);

Completed in 27 milliseconds