Searched refs:m_mtod_upper_bound (Results 1 – 3 of 3) sorted by relevance
6315 if (m_mtod_end(n) > m_mtod_upper_bound(n)) {6467 if (m_mtod_end(n) > m_mtod_upper_bound(n)) {6697 m_mtod_current(n) >= m_mtod_upper_bound(n)) {6709 len < m_mtod_upper_bound(n) - m_mtod_current(n) && n->m_next != NULL) {6730 space = m_mtod_upper_bound(m) - m_mtod_end(m);6782 space = m_mtod_upper_bound(m) - m_mtod_end(m);
1492 m_mtod_upper_bound(struct mbuf *m) in m_mtod_upper_bound() function
2836 if (m_mtod_upper_bound(m) - m_mtod_end(m) < sizeof(struct in_addr)) { in ip_pcbopts()