Home
last modified time | relevance | path

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

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