Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/skywalk/packet/
H A Dpacket_copy.c222 uint16_t sbcnt, off0 = soff; in _pkt_copyaddr_sum() local
994 int off0 = soff; in m_copypkt_sum() local
1841 int off0 = off, len0 = len; in m_copydata_sum() local
/xnu-10063.101.15/bsd/kern/
H A Duipc_mbuf2.c1197 uint32_t off = bytes, off0 = off; in m_adj_sum16() local
H A Duipc_mbuf.c6102 m_copym_mode(struct mbuf *m, int off0, int len0, int wait,
6229 m_copym(struct mbuf *m, int off0, int len, int wait)
6242 m_copym_with_hdrs(struct mbuf *m0, int off0, int len0, int wait,
6408 int off0 = off, len0 = len; local
6811 m_devget(char *buf, int totlen, int off0, struct ifnet *ifp,
/xnu-10063.101.15/bsd/netinet/
H A Dtcp_input.c1902 tcp_input(struct mbuf *m, int off0) in tcp_input()