Home
last modified time | relevance | path

Searched defs:off0 (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.81.4/bsd/skywalk/packet/
H A Dpacket_copy.c226 uint16_t sbcnt, off0 = soff; in _pkt_copyaddr_sum() local
1041 int off0 = soff; in m_copypkt_sum() local
1952 int off0 = off, len0 = len; in m_copydata_sum() local
/xnu-12377.81.4/tests/skywalk/
H A Dskt_copy_cksum.c88 int off0 = off, len0 = len; in m_copydata_sum() local
/xnu-12377.81.4/bsd/kern/
H A Duipc_mbuf.c3051 m_copym_mode(struct mbuf *m, int off0, int len0, int wait, in m_copym_mode()
3173 m_copym(struct mbuf *m, int off0, int len, int wait) in m_copym()
3187 m_copym_with_hdrs(struct mbuf *m0, int off0, int len0, int wait, in m_copym_with_hdrs()
3315 int off0 = off, len = len0; in m_copydata() local
H A Duipc_mbuf2.c1202 uint32_t off = bytes, off0 = off; in m_adj_sum16() local
H A Duipc_mbuf_mcache.c4076 m_copym_with_hdrs(struct mbuf *m0, int off0, int len0, int wait,
/xnu-12377.81.4/bsd/netinet/
H A Dtcp_input.c2752 tcp_input(struct mbuf *m, int off0) in tcp_input()