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