Searched defs:len0 (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | siphash.c | 127 SipHash_Update(SIPHASH_CTX *ctx, const void *src __sized_by(len0), size_t len0) in SipHash_Update()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | uipc_mbuf.c | 3051 m_copym_mode(struct mbuf *m, int off0, int len0, int wait, in m_copym_mode() 3187 m_copym_with_hdrs(struct mbuf *m0, int off0, int len0, int wait, in m_copym_with_hdrs() 3313 m_copydata(struct mbuf *m, int off, int len0, void *vp __sized_by(len0)) in m_copydata() 3605 m_split(struct mbuf *m0, int len0, int wait) in m_split() 3611 m_split0(struct mbuf *m0, int len0, int wait, int copyhdr) in m_split0() 3833 m_copyback0(struct mbuf **mp0, int off, int len0, const void *vp __sized_by_or_null(len0), int flag… in m_copyback0() 4158 unsigned int len0, len; in m_expand() local 4250 m_append(struct mbuf *m0, int len0, caddr_t cp0 __sized_by(len0)) in m_append()
|
| H A D | kpi_mbuf.c | 1520 size_t len0, in mbuf_copyback() 1521 const void *data __sized_by_or_null(len0), in mbuf_copyback()
|
| H A D | uipc_mbuf_mcache.c | 4076 m_copym_with_hdrs(struct mbuf *m0, int off0, int len0, int wait,
|
| /xnu-12377.61.12/bsd/skywalk/packet/ |
| H A D | packet_copy.c | 224 uint32_t len0 = len; in _pkt_copyaddr_sum() local 1042 uint32_t len0 = len; in m_copypkt_sum() local 1940 int off0 = off, len0 = len; in m_copydata_sum() local
|
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skt_copy_cksum.c | 88 int off0 = off, len0 = len; in m_copydata_sum() local
|