Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dip_input.c997 p = m_tag_next(m, p); in ip_input_first_pass()
1000 p = m_tag_next(m, p); in ip_input_first_pass()
1003 p = m_tag_next(m, p); in ip_input_first_pass()
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf2.c1028 m_tag_next(struct mbuf *m, struct m_tag *t) in m_tag_next() function
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1834 __private_extern__ struct m_tag *m_tag_next(struct mbuf *, struct m_tag *);