Home | History | Annotate | Download | only in kern

Lines Matching refs:msg_control

484 	msg.msg_control = NULL;
529 control = (mp->msg_flags & MSG_CONTROLMBUF) ? mp->msg_control : NULL;
577 if (mp->msg_control) {
583 error = sockargs(&control, mp->msg_control,
597 if (mp->msg_control)
646 /* We have to free msg_name and msg_control ourselves */
650 m_freem(mp->msg_control);
654 /* msg_name and msg_control freed */
681 msg.msg_control = NULL;
715 msg.msg_control != NULL ? &control : NULL, retval);
719 if (msg.msg_control != NULL)
856 q = (char *)mp->msg_control;
887 mp->msg_controllen = q - (char *)mp->msg_control;
1063 msg->msg_control != NULL ? &control : NULL, retval);
1070 if (msg->msg_control != NULL)
1614 mhdr.msg_control = mtod(m, void *);