Searched refs:MT_CONTROL (Results 1 – 10 of 10) sorted by relevance
2536 } else if (m0->m_type == MT_CONTROL) { in sosend_reinject()2541 if (control != NULL && m0->m_next != NULL && m0->m_next->m_type != MT_CONTROL) { in sosend_reinject()2567 if (m->m_type == MT_CONTROL) { in mbuf_detach_control_from_list()2576 while (n != NULL && n->m_type == MT_CONTROL) { in mbuf_detach_control_from_list()2683 if (m->m_type == MT_CONTROL) { in sosend_list()2761 if (m->m_type == MT_CONTROL) { in sosend_list()3025 } while (m != NULL && m->m_type == MT_CONTROL); in soreceive_ctl()3537 if (m != NULL && m->m_type == MT_CONTROL) { in soreceive()4169 if (m != NULL && m->m_type == MT_CONTROL) { in soreceive_m_list()
1347 mp->msg_controllen, MT_CONTROL); in sendit()1840 error = sockargs(&control, user_msg.msg_control, user_msg.msg_controllen, MT_CONTROL); in sendit_x()3288 if (type == MT_CONTROL && buflen < sizeof(struct cmsghdr)) { in sockargs()3297 if (type == MT_CONTROL) { in sockargs()
902 control = m_get(M_NOWAIT, MT_CONTROL); in sock_send_internal()
803 if (control->m_type != MT_CONTROL) { in soflow_udp_get_address_from_control()
1019 static_assert(MBUF_TYPE_CONTROL == MT_CONTROL); in mbinit()5526 { MT_CONTROL, "ancillary data" },
2788 if (m->m_type == MT_CONTROL && in unp_scan()
1973 if ((m = m_get(M_DONTWAIT, MT_CONTROL)) == NULL) { in sbcreatecontrol()
1386 static_assert(MBUF_TYPE_CONTROL == MT_CONTROL); in mbinit()
838 #define MT_CONTROL 14 /* extra-data protocol message */ macro857 MTF_CONTROL = (1 << MT_CONTROL),
2386 } else if (m->m_type == MT_CONTROL) { in flow_divert_disable()