Home
last modified time | relevance | path

Searched refs:m_type (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dmutex.h45 kmutex_type_t m_type; member
72 mp->m_type = type; in spl_mutex_set_type()
77 if (mp && mp->m_type == MUTEX_NOLOCKDEP) \ in spl_mutex_lockdep_off_maybe()
83 if (mp && mp->m_type == MUTEX_NOLOCKDEP) \ in spl_mutex_lockdep_on_maybe()
/f-stack/freebsd/kern/
H A Duipc_mbuf2.c234 o = m_getcl(M_NOWAIT, m->m_type, 0); in m_pulldown()
236 o = m_get(M_NOWAIT, m->m_type); in m_pulldown()
283 n = m_getcl(wait, m->m_type, M_PKTHDR); in m_dup1()
285 n = m_getcl(wait, m->m_type, 0); in m_dup1()
288 n = m_gethdr(wait, m->m_type); in m_dup1()
290 n = m_get(wait, m->m_type); in m_dup1()
H A Duipc_sockbuf.c169 m->m_type == n->m_type) { in sbready_compress()
280 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sballoc()
323 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbfree()
1317 o->m_type == m->m_type))) { in sbcompress()
1332 n->m_type == m->m_type) { in sbcompress()
1338 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbcompress()
1381 KASSERT(m->m_type == MT_DATA, in sbcompress_ktls_rx()
1509 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA) in sbcut_internal()
H A Duipc_mbuf.c468 mn = m_gethdr(how, m->m_type); in m_prepend()
470 mn = m_get(how, m->m_type); in m_prepend()
521 n = m_gethdr(wait, m->m_type); in m_copym()
523 n = m_get(wait, m->m_type); in m_copym()
571 n = m_get(how, m->m_type); in m_copypacket()
589 o = m_get(how, m->m_type); in m_copypacket()
697 n = m_get(how, m->m_type); in m_dup()
891 m = m_get(M_NOWAIT, n->m_type); in m_pullup()
935 m = m_get(M_NOWAIT, n->m_type); in m_copyup()
989 n = m_gethdr(wait, m0->m_type); in m_split()
[all …]
H A Duipc_socket.c2035 KASSERT(m->m_type == MT_SONAME,
2036 ("m->m_type == %d", m->m_type));
2143 type = m->m_type;
2177 if (m->m_type == MT_OOBDATA || m->m_type == MT_CONTROL) {
2178 if (type != m->m_type)
2183 KASSERT(m->m_type == MT_DATA,
2184 ("m->m_type == %d", m->m_type));
2722 KASSERT(m->m_type == MT_SONAME,
2723 ("m->m_type == %d", m->m_type));
2744 if (m->m_type == MT_CONTROL) {
[all …]
H A Duipc_syscalls.c1606 if (m->m_type != MT_EXTCONTROL) in m_dispose_extcontrolm()
H A Duipc_usrreq.c2813 if (m->m_type != MT_CONTROL) in unp_scan()
/f-stack/freebsd/netipsec/
H A Dipsec_mbuf.c102 n = m_getcl(M_NOWAIT, m->m_type, 0); in m_makespace()
106 n = m_get(M_NOWAIT, m->m_type); in m_makespace()
132 n = m_get(M_NOWAIT, m->m_type); in m_makespace()
H A Dkey_debug.c898 m->m_len, m->m_type, m->m_flags); in kdebug_mbufhdr()
H A Dipsec_output.c877 n = m_gethdr(how, m->m_type); in ipsec_prepend()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c492 KASSERT((nam->m_type == MT_SONAME), in ng_btsocket_hci_raw_data_input()
493 ("%s: m_type=%d\n", __func__, nam->m_type)); in ng_btsocket_hci_raw_data_input()
642 KASSERT((nam->m_type == MT_SONAME), in ng_btsocket_hci_raw_output()
643 ("%s: m_type=%d\n", __func__, nam->m_type)); in ng_btsocket_hci_raw_output()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h227 uint32_t m_type:8, /* type of data in this mbuf */ member
714 m->m_type = type; in m_init()
807 m->m_type = new_type; in m_chtype()
/f-stack/freebsd/netinet/
H A Dtcp_pcap.c273 while (m && m->m_type != MT_DATA) in tcp_pcap_add()
H A Dip_fastfwd.c120 struct mbuf *mcopy = m_gethdr(M_NOWAIT, m->m_type); in ip_redir_alloc()
H A Dsctp_os_bsd.h297 #define SCTP_BUF_TYPE(m) (m->m_type)
H A Dtcp_output.c2032 n = m_gethdr(M_NOWAIT, m->m_type); in tcp_m_copym()
2034 n = m_get(M_NOWAIT, m->m_type); in tcp_m_copym()
H A Dip_input.c1002 mcopy = m_gethdr(M_NOWAIT, m->m_type); in ip_forward()
/f-stack/freebsd/netinet6/
H A Dicmp6.c550 n = m_gethdr(M_NOWAIT, n0->m_type); in icmp6_input()
680 n = m_gethdr(M_NOWAIT, m->m_type); in icmp6_input()
1410 n = m_getcl(M_NOWAIT, m->m_type, M_PKTHDR); in ni6_input()
1412 n = m_gethdr(M_NOWAIT, m->m_type); in ni6_input()
1953 n = m_get(M_NOWAIT, m->m_type); in icmp6_rip6_input()
2002 n = m_get(M_NOWAIT, m->m_type); in icmp6_rip6_input()
/f-stack/freebsd/sys/
H A Dmbuf.h332 uint32_t m_type:8, /* type of data in this mbuf */ member
940 m->m_type = type; in m_init()
1033 m->m_type = new_type; in m_chtype()
/f-stack/freebsd/net80211/
H A Dieee80211_output.c1374 struct mbuf *n = m_gethdr(M_NOWAIT, m->m_type); in ieee80211_mbuf_adjust()