Home
last modified time | relevance | path

Searched refs:len0 (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dsiphash.h74 void SipHash_Update(SIPHASH_CTX *ctx, const void *src __sized_by(len0), size_t len0);
H A Dsiphash.c127 SipHash_Update(SIPHASH_CTX *ctx, const void *src __sized_by(len0), size_t len0) in SipHash_Update() argument
133 size_t len = len0; in SipHash_Update()
/xnu-12377.61.12/bsd/kern/
H A Duipc_mbuf.c3051 m_copym_mode(struct mbuf *m, int off0, int len0, int wait, in m_copym_mode() argument
3055 int off = off0, len = len0; in m_copym_mode()
3156 *m_off = off0 + len0 - (off + n->m_len); in m_copym_mode()
3187 m_copym_with_hdrs(struct mbuf *m0, int off0, int len0, int wait, in m_copym_with_hdrs() argument
3191 int off = off0, len = len0; in m_copym_with_hdrs()
3220 len = len0; in m_copym_with_hdrs()
3279 *m_off = off0 + len0 - (off + n->m_len); in m_copym_with_hdrs()
3313 m_copydata(struct mbuf *m, int off, int len0, void *vp __sized_by(len0)) in m_copydata() argument
3315 int off0 = off, len = len0; in m_copydata()
3328 __func__, m0, off0, len0); in m_copydata()
[all …]
H A Dkpi_mbuf.c1520 size_t len0, in mbuf_copyback() argument
1521 const void *data __sized_by_or_null(len0), in mbuf_copyback() argument
1524 size_t mlen, len = len0; in mbuf_copyback()
H A Duipc_mbuf_mcache.c4076 m_copym_with_hdrs(struct mbuf *m0, int off0, int len0, int wait, argument
4080 int off = off0, len = len0;
4111 len = len0;
4179 *m_off = off0 + len0 - (off + n->m_len);
/xnu-12377.61.12/bsd/skywalk/packet/
H A Dpacket_copy.c224 uint32_t len0 = len; in _pkt_copyaddr_sum() local
263 __func__, SK_KVA(spkt), off0, len0); in _pkt_copyaddr_sum()
1042 uint32_t len0 = len; in m_copypkt_sum() local
1055 __func__, m0, off0, len0); in m_copypkt_sum()
1068 __func__, m0, off0, len0); in m_copypkt_sum()
1084 "len %d]", __func__, m0, off0, len0); in m_copypkt_sum()
1106 "len %d]", __func__, m0, off0, len0); in m_copypkt_sum()
1940 int off0 = off, len0 = len; in m_copydata_sum() local
1955 __func__, m0, off0, len0); in m_copydata_sum()
1971 for (; len0 > 0; m = m->m_next) { in m_copydata_sum()
[all …]
/xnu-12377.61.12/tests/skywalk/
H A Dskt_copy_cksum.c88 int off0 = off, len0 = len; in m_copydata_sum() local
103 __func__, m0, off0, len0); in m_copydata_sum()
124 __func__, m0, off0, len0); in m_copydata_sum()