Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dsubscr.c71 struct kvec msg_sect; in subscr_send_event() local
73 msg_sect.iov_base = (void *)&sub->evt; in subscr_send_event()
74 msg_sect.iov_len = sizeof(struct tipc_event); in subscr_send_event()
81 msg_sect.iov_base, msg_sect.iov_len); in subscr_send_event()