Home
last modified time | relevance | path

Searched refs:m_mtod_lower_bound (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.140.69/bsd/net/
H A Dether_if_module.c414 (m_mtod_lower_bound(m) + (frame_header - m_mtod_lower_bound(m))); in ether_remove_vlan_encapsulation()
H A Ddroptap.c364 start = (char *)m_mtod_lower_bound(m); in droptap_input_mbuf()
H A Dpktap.c1346 start = m_mtod_lower_bound(m); in pktap_input()
/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h1473 m_mtod_lower_bound(struct mbuf *m) in m_mtod_lower_bound() function
1481 caddr_t data = m_mtod_lower_bound(m); in m_mtod_current()
1494 return m_mtod_lower_bound(m) + M_SIZE(m); in m_mtod_upper_bound()
/xnu-11417.140.69/bsd/netinet/
H A Dtcp_subr.c4705 data = m_mtod_lower_bound(m); in tcp_make_keepalive_frame()