Searched refs:m_mtod_upper_bound (Results 1 – 3 of 3) sorted by relevance
1471 m_mtod_upper_bound(struct mbuf *m) in m_mtod_upper_bound() function
6450 if (m_mtod_end(n) > m_mtod_upper_bound(n)) {6680 m_mtod_current(n) >= m_mtod_upper_bound(n)) {6692 len < m_mtod_upper_bound(n) - m_mtod_current(n) && n->m_next != NULL) {6713 space = m_mtod_upper_bound(m) - m_mtod_end(m);6765 space = m_mtod_upper_bound(m) - m_mtod_end(m);
2806 if (m_mtod_upper_bound(m) - m_mtod_end(m) < sizeof(struct in_addr)) { in ip_pcbopts()