Home
last modified time | relevance | path

Searched refs:m_tag_next (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/kern/
H A Duipc_mbuf2.c640 m_tag_next(struct mbuf *m, struct m_tag *t) in m_tag_next() function
/xnu-8796.141.3/bsd/netinet/
H A Dip_input.c977 p = m_tag_next(m, p); in ip_input_first_pass()
980 p = m_tag_next(m, p); in ip_input_first_pass()
983 p = m_tag_next(m, p); in ip_input_first_pass()
/xnu-8796.141.3/bsd/sys/
H A Dmbuf.h1598 __private_extern__ struct m_tag *m_tag_next(struct mbuf *, struct m_tag *);