Searched refs:vpna_pkt (Results 1 – 2 of 2) sorted by relevance
540 struct __kern_packet *vpna_pkt = NULL; in fsw_vp_na_channel_event_notify() local574 vpna_pkt = nx_fsw_alloc_packet(ring->ckr_pp, ev_len, &ph); in fsw_vp_na_channel_event_notify()575 if (__improbable(vpna_pkt == NULL)) { in fsw_vp_na_channel_event_notify()603 vpna_pkt = NULL; in fsw_vp_na_channel_event_notify()613 if (vpna_pkt != NULL) { in fsw_vp_na_channel_event_notify()614 nx_fsw_free_packet(vpna_pkt); in fsw_vp_na_channel_event_notify()
1088 struct __kern_packet *vpna_pkt = NULL; in netif_vp_na_channel_event_notify() local1121 vpna_pkt = nx_netif_alloc_packet(ring->ckr_pp, ev_len, &ph); in netif_vp_na_channel_event_notify()1122 if (__improbable(vpna_pkt == NULL)) { in netif_vp_na_channel_event_notify()1151 vpna_pkt = NULL; in netif_vp_na_channel_event_notify()1161 if (vpna_pkt != NULL) { in netif_vp_na_channel_event_notify()1162 nx_netif_free_packet(vpna_pkt); in netif_vp_na_channel_event_notify()