Searched refs:mnl_msg (Results 1 – 3 of 3) sorted by relevance
97 typedef struct mnl_msg { struct134 #define MNL_MSG_SIZE ((vm_offset_t)sizeof(struct mnl_msg))
107 struct mnl_msg mnl; // Flipc message starts with mnl message
624 fmsg->mnl.size = sizeof(struct flipc_ack_msg) - sizeof(struct mnl_msg); in flipc_msg_ack()