Lines Matching refs:dst_slot
158 struct netmap_slot *dst_slot = NULL; in bdg_mismatch_datapath() local
179 dst_slot = &dst_ring->slot[j_cur]; in bdg_mismatch_datapath()
180 dst = NMB(&dst_na->up, dst_slot); in bdg_mismatch_datapath()
389 dst_slot->len = gso_bytes; in bdg_mismatch_datapath()
390 dst_slot->flags = 0; in bdg_mismatch_datapath()
399 dst_slot = &dst_ring->slot[j_cur]; in bdg_mismatch_datapath()
400 dst = NMB(&dst_na->up, dst_slot); in bdg_mismatch_datapath()
452 dst_slot->len = dst_len; in bdg_mismatch_datapath()
457 dst_slot = &dst_ring->slot[j_cur]; in bdg_mismatch_datapath()
458 dst = NMB(&dst_na->up, dst_slot); in bdg_mismatch_datapath()
476 dst_slot = &dst_ring->slot[j_start]; in bdg_mismatch_datapath()
477 dst_slot->flags = (dst_slots << 8)| NS_MOREFRAG; in bdg_mismatch_datapath()
481 dst_slot->flags = (dst_slots << 8); in bdg_mismatch_datapath()