Searched refs:m_defrag_offset (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.121.6/bsd/sys/ |
| H A D | mbuf.h | 1644 __private_extern__ struct mbuf *m_defrag_offset(struct mbuf *, u_int32_t, int);
|
| /xnu-11417.121.6/bsd/netinet6/ |
| H A D | ip6_input.c | 317 _n = m_defrag_offset(_m, max_linkhdr, M_NOWAIT); \
|
| /xnu-11417.121.6/bsd/netinet/ |
| H A D | ip_input.c | 420 _n = m_defrag_offset(_m, max_linkhdr, M_NOWAIT); \
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 7705 m_defrag_offset(struct mbuf *m0, u_int32_t off, int how) function 7788 return m_defrag_offset(m0, 0, how);
|