Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dpf_pbuf.c371 pbuf_copy_data(pbuf_t *pbuf, int off, int len, void *__sized_by(dst_buflen)dst, size_t dst_buflen) in pbuf_copy_data() argument
376 VERIFY((size_t)len <= dst_buflen); in pbuf_copy_data()