Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/netif/ !
H A Dnx_netif_host.c438 struct __kern_channel_ring *currentkring = NULL; in nx_netif_host_output() local
477 if (currentkring != kring) { in nx_netif_host_output()
478 if (currentkring != NULL) { in nx_netif_host_output()
479 KDBG((SK_KTRACE_NETIF_HOST_ENQUEUE | DBG_FUNC_END), SK_KVA(currentkring), in nx_netif_host_output()
482 currentkring = kring; in nx_netif_host_output()
483 KDBG((SK_KTRACE_NETIF_HOST_ENQUEUE | DBG_FUNC_START), SK_KVA(currentkring)); in nx_netif_host_output()
598 if (currentkring != NULL) { in nx_netif_host_output()
599 KDBG((SK_KTRACE_NETIF_HOST_ENQUEUE | DBG_FUNC_END), SK_KVA(currentkring), in nx_netif_host_output()