Searched refs:last_slot (Results 1 – 2 of 2) sorted by relevance
80 kern_channel_slot_t last_slot = NULL, slot = NULL; in netif_filter_deliver() local115 last_slot = slot; in netif_filter_deliver()135 if (last_slot != NULL) { in netif_filter_deliver()136 kern_channel_advance_slot(ring, last_slot); in netif_filter_deliver()374 kern_channel_slot_t last_slot = NULL, slot = NULL; in netif_filter_na_txsync() local413 last_slot = slot; in netif_filter_na_txsync()422 last_slot = slot; in netif_filter_na_txsync()431 last_slot = slot; in netif_filter_na_txsync()462 if (last_slot != NULL) { in netif_filter_na_txsync()463 kern_channel_advance_slot(kring, last_slot); in netif_filter_na_txsync()
137 kern_channel_slot_t last_slot = NULL, slot = NULL; in netif_deliver_pkt() local159 slot = kern_channel_get_next_slot(ring, last_slot, NULL); in netif_deliver_pkt()168 last_slot = slot; in netif_deliver_pkt()190 if (last_slot != NULL) { in netif_deliver_pkt()191 kern_channel_advance_slot(ring, last_slot); in netif_deliver_pkt()675 kern_channel_slot_t last_slot = NULL, slot = NULL; in netif_vp_na_txsync() local698 last_slot = slot; in netif_vp_na_txsync()707 last_slot = slot; in netif_vp_na_txsync()716 last_slot = slot; in netif_vp_na_txsync()741 if (last_slot != NULL) { in netif_vp_na_txsync()[all …]