Searched refs:etype_off (Results 1 – 1 of 1) sorted by relevance
5487 u32 buf_len, off, etype_off, i; in ice_dummy_packet_add_vlan() local5516 etype_off = dummy_pkt->offsets[1].offset; in ice_dummy_packet_add_vlan()5526 memcpy(pkt, dummy_pkt->pkt, etype_off); in ice_dummy_packet_add_vlan()5527 memcpy(pkt + etype_off, in ice_dummy_packet_add_vlan()5530 memcpy(pkt + etype_off + off, dummy_pkt->pkt + etype_off, in ice_dummy_packet_add_vlan()5531 dummy_pkt->pkt_len - etype_off); in ice_dummy_packet_add_vlan()