Lines Matching refs:msg_control
483 msg.msg_control = NULL;
528 control = (mp->msg_flags & MSG_CONTROLMBUF) ? mp->msg_control : NULL;
576 if (mp->msg_control) {
582 error = sockargs(&control, mp->msg_control,
596 if (mp->msg_control)
645 /* We have to free msg_name and msg_control ourselves */
649 m_freem(mp->msg_control);
653 /* msg_name and msg_control freed */
680 msg.msg_control = NULL;
714 msg.msg_control != NULL ? &control : NULL, retval);
718 if (msg.msg_control != NULL)
855 q = (char *)mp->msg_control;
886 mp->msg_controllen = q - (char *)mp->msg_control;
1062 msg->msg_control != NULL ? &control : NULL, retval);
1069 if (msg->msg_control != NULL)
1611 mhdr.msg_control = mtod(m, void *);