Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnet_stubs.c261 STUB(mbuf_get_timestamp_requested);
H A Dif_loop.c252 error = mbuf_get_timestamp_requested(m, &requested); in lo_tx_compl()
/xnu-8019.80.24/bsd/sys/
H A Dkpi_mbuf.h1910 extern errno_t mbuf_get_timestamp_requested(mbuf_t mbuf, boolean_t *requested);
/xnu-8019.80.24/bsd/kern/
H A Dkpi_mbuf.c1873 mbuf_get_timestamp_requested(mbuf_t m, boolean_t *requested) in mbuf_get_timestamp_requested() function