Home
last modified time | relevance | path

Searched refs:m_leadingspace (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/kern/
H A Duipc_mbuf2.c169 if ((off == 0 || offp) && m_leadingspace(n->m_next) >= hlen && in m_pulldown()
H A Duipc_mbuf.c605 if (m_leadingspace(m) >= len) { in m_prepend()
1149 if (skip < remain && hlen <= m_leadingspace(m)) { in m_makespace()
1339 m_leadingspace(struct mbuf *m) in m_leadingspace() function
/openbsd/sys/sys/
H A Dmbuf.h438 int m_leadingspace(struct mbuf *);
/openbsd/sys/dev/pci/
H A Dif_mwx.c2268 KASSERT(m_leadingspace(m) >= txd_len); in mwx_mcu_send_mbuf()
2439 KASSERT(m_leadingspace(m) >= sizeof(uint32_t)); in mwx_mcu_rx_event()
5162 KASSERT(m_leadingspace(m) >= sizeof(*hdr)); in mt7921_mac_sta_update()
H A Dif_nep.c1806 if (m_leadingspace(m) < 16) in nep_encap()
/openbsd/sys/dev/ic/
H A Dmalo.c1414 if (m_leadingspace(m0) < 8) { in malo_tx_mgt()