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()376 kern_channel_slot_t last_slot = NULL, slot = NULL; in netif_filter_na_txsync() local415 last_slot = slot; in netif_filter_na_txsync()424 last_slot = slot; in netif_filter_na_txsync()433 last_slot = slot; in netif_filter_na_txsync()464 if (last_slot != NULL) { in netif_filter_na_txsync()465 kern_channel_advance_slot(kring, last_slot); in netif_filter_na_txsync()
135 kern_channel_slot_t last_slot = NULL, slot = NULL; in netif_deliver_pkt() local157 slot = kern_channel_get_next_slot(ring, last_slot, NULL); in netif_deliver_pkt()166 last_slot = slot; in netif_deliver_pkt()188 if (last_slot != NULL) { in netif_deliver_pkt()189 kern_channel_advance_slot(ring, last_slot); in netif_deliver_pkt()667 kern_channel_slot_t last_slot = NULL, slot = NULL; in netif_vp_na_txsync() local690 last_slot = slot; in netif_vp_na_txsync()699 last_slot = slot; in netif_vp_na_txsync()708 last_slot = slot; in netif_vp_na_txsync()728 if (last_slot != NULL) { in netif_vp_na_txsync()[all …]