Searched refs:m_off (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_output.c236 int m_off; local
1157 if ((m = m_copym_with_hdrs(so->so_snd.sb_mb, off, (int) len, M_DONTWAIT, &m_last, &m_off)) == NULL) {
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_mbuf.c3893 struct mbuf **m_last, int *m_off)
3909 off = *m_off;
3986 *m_off = 0;
3989 *m_off = off + n->m_len;
3892 m_copym_with_hdrs(struct mbuf *m, int off0, int len0, int wait, struct mbuf **m_last, int *m_off) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpf.c371 m->m_off += hlen;

Completed in 47 milliseconds