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