Searched refs:vpna_pkt (Results 1 – 2 of 2) sorted by relevance
538 struct __kern_packet *vpna_pkt = NULL; in fsw_vp_na_channel_event_notify() local572 vpna_pkt = nx_fsw_alloc_packet(ring->ckr_pp, ev_len, &ph); in fsw_vp_na_channel_event_notify()573 if (__improbable(vpna_pkt == NULL)) { in fsw_vp_na_channel_event_notify()601 vpna_pkt = NULL; in fsw_vp_na_channel_event_notify()611 if (vpna_pkt != NULL) { in fsw_vp_na_channel_event_notify()612 nx_fsw_free_packet(vpna_pkt); in fsw_vp_na_channel_event_notify()
1091 struct __kern_packet *vpna_pkt = NULL; in netif_vp_na_channel_event_notify() local1124 vpna_pkt = nx_netif_alloc_packet(ring->ckr_pp, ev_len, &ph); in netif_vp_na_channel_event_notify()1125 if (__improbable(vpna_pkt == NULL)) { in netif_vp_na_channel_event_notify()1154 vpna_pkt = NULL; in netif_vp_na_channel_event_notify()1164 if (vpna_pkt != NULL) { in netif_vp_na_channel_event_notify()1165 nx_netif_free_packet(vpna_pkt); in netif_vp_na_channel_event_notify()