Lines Matching refs:netmap_slot
112 struct netmap_slot *slots;
134 oq_enq(struct overflow_queue *q, const struct netmap_slot *s) in oq_enq()
147 static inline struct netmap_slot
150 struct netmap_slot s = q->slots[q->head]; in oq_deq()
368 struct netmap_slot s = oq_deq(q); in free_buffers()
512 forward_packet(struct group_des *g, struct netmap_slot *rs) in forward_packet()
528 struct netmap_slot *ts = &ring->slot[mf->shadow_head]; in forward_packet()
529 struct netmap_slot old_slot = *ts; in forward_packet()
557 struct netmap_slot *ts = &ring->slot[scan]; in forward_packet()
600 struct netmap_slot tmp = oq_deq(lp->oq); in forward_packet()
767 freeq->slots = calloc(extra_bufs, sizeof(struct netmap_slot)); in main()
783 struct netmap_slot s; in main()
842 q->slots = calloc(extra_bufs, sizeof(struct netmap_slot)); in main()
954 struct netmap_slot *rs = &ring->slot[last]; in main()
976 struct netmap_slot *slot; in main()
991 struct netmap_slot s = oq_deq(q), tmp; in main()
1013 struct netmap_slot *next_slot = &rxring->slot[next_head]; in main()
1016 struct netmap_slot *rs = next_slot; in main()