Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/packet/
H A Dpacket_copy.c222 uint16_t sbcnt, off0 = soff; in _pkt_copyaddr_sum() local
1018 int off0 = soff; in m_copypkt_sum() local
1880 int off0 = off, len0 = len; in m_copydata_sum() local
/xnu-11417.121.6/tests/skywalk/
H A Dskt_copy_cksum.c88 int off0 = off, len0 = len; in m_copydata_sum() local
/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf2.c1200 uint32_t off = bytes, off0 = off; in m_adj_sum16() local
H A Duipc_mbuf.c6225 m_copym_mode(struct mbuf *m, int off0, int len0, int wait,
6347 m_copym(struct mbuf *m, int off0, int len, int wait)
6360 m_copym_with_hdrs(struct mbuf *m0, int off0, int len0, int wait,
6525 int off0 = off, len = len0; local
/xnu-11417.121.6/bsd/netinet/
H A Dtcp_input.c2016 tcp_input(struct mbuf *m, int off0) in tcp_input()