Lines Matching refs:msg_control
61 (__CASTV(char *, (mhdr)->msg_control) + (mhdr)->msg_controllen)
71 (mhdr)->msg_control)
144 q = (char *)mp->msg_control;
159 mp->msg_controllen = q - (char *)mp->msg_control;
198 if (msg->msg_control != NULL)
243 &from, msg.msg_control != NULL ? &control : NULL, retval);
326 msg->msg_control != NULL ? &control : NULL, retval);
467 mp->msg_control = ctl_mbuf;
496 /* From here on, msg->msg_control is allocated */
498 msg->msg_control = NULL;
518 if (msg->msg_control)
519 m_free(msg->msg_control);
548 /* msg.msg_control freed by do_sys_sendmsg() */
648 msg.msg_control = NULL;
684 msg.msg_control = 0;