Searched defs:new_msg_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c665 mblk_t *new_msg_head; local
714 new_msg_head = so->so_rcv_head;
724 if (new_msg_head != NULL) {
725 so_process_new_message(so, new_msg_head, new_msg_last_head);

Completed in 107 milliseconds