Searched refs:mbuf_get_timestamp (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.140.41/bsd/net/ |
| H A D | net_stubs.c | 255 STUB(mbuf_get_timestamp);
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | kpi_mbuf.h | 1838 extern errno_t mbuf_get_timestamp(mbuf_t mbuf, u_int64_t *ts, boolean_t *valid);
|
| /xnu-8020.140.41/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_gso.c | 281 (void) mbuf_get_timestamp(m, ×tamp, NULL); in netif_gso_tcp_segment_mbuf()
|
| /xnu-8020.140.41/bsd/skywalk/packet/ |
| H A D | packet_copy.c | 856 (void) mbuf_get_timestamp(m, &pkt->pkt_timestamp, NULL); in pkt_copy_from_mbuf() 1218 (void) mbuf_get_timestamp(m, &pkt->pkt_timestamp, NULL); in pkt_copy_multi_buflet_from_mbuf()
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kpi_mbuf.c | 1632 mbuf_get_timestamp(mbuf_t m, u_int64_t *ts, boolean_t *valid) in mbuf_get_timestamp() function
|