Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_vp.c1078 struct __kern_packet *vpna_pkt = NULL; in netif_vp_na_channel_event_notify() local
1103 vpna_pkt = nx_netif_alloc_packet(ring->ckr_pp, ev_len, &ph); in netif_vp_na_channel_event_notify()
1104 if (__improbable(vpna_pkt == NULL)) { in netif_vp_na_channel_event_notify()
1132 vpna_pkt = NULL; in netif_vp_na_channel_event_notify()
1142 if (vpna_pkt != NULL) { in netif_vp_na_channel_event_notify()
1143 nx_netif_free_packet(vpna_pkt); in netif_vp_na_channel_event_notify()