Searched refs:MT_CONTROL (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/kern/
H A Duipc_socket.c2223 * Process one or more MT_CONTROL mbufs present before any data mbufs
2228 if (m != NULL && m->m_type == MT_CONTROL) {
2274 } while (m != NULL && m->m_type == MT_CONTROL);
2347 if (m->m_type == MT_OOBDATA || m->m_type == MT_CONTROL) {
2911 * Process one or more MT_CONTROL mbufs present before any data mbufs
2914 * NULL). In some cases there can be only MT_CONTROL mbufs without
2917 if (m->m_type == MT_CONTROL) {
2927 } while (m != NULL && m->m_type == MT_CONTROL);
H A Duipc_sockbuf.c1825 m = m_getcl(wait, MT_CONTROL, 0);
1827 m = m_get(wait, MT_CONTROL);
H A Duipc_syscalls.c687 mp->msg_controllen, MT_CONTROL);
1565 m_chtype(m, MT_CONTROL);
H A Duipc_usrreq.c1319 if (f->m_next->m_type == MT_CONTROL) {
1376 while (m != NULL && m->m_type == MT_CONTROL) {
1521 * Process one or more MT_CONTROL mbufs present before any data mbufs
1524 * controlp == NULL). In some cases there can be only MT_CONTROL mbufs
1527 while (m != NULL && m->m_type == MT_CONTROL) {
3297 if (m->m_type != MT_CONTROL)
/freebsd-current/sys/sys/
H A Dmbuf.h762 #define MT_CONTROL 14 /* extra-data protocol message */ macro
/freebsd-current/sys/compat/linux/
H A Dlinux_socket.c1429 control = m_get(M_WAITOK, MT_CONTROL);
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1619 m = m_get2(outlen, M_WAITOK, MT_CONTROL, 0);

Completed in 114 milliseconds