Searched refs:vlan_offset (Results 1 – 4 of 4) sorted by relevance
327 size_t vlan_offset = 0; in get_vlan_offset() local333 vlan_offset = sizeof(struct rte_vlan_hdr); in get_vlan_offset()340 vlan_offset += sizeof(struct rte_vlan_hdr); in get_vlan_offset()343 return vlan_offset; in get_vlan_offset()
39 size_t vlan_offset = 0; in get_vlan_offset() local46 vlan_offset = sizeof(struct rte_vlan_hdr); in get_vlan_offset()52 vlan_offset += sizeof(struct rte_vlan_hdr); in get_vlan_offset()55 return vlan_offset; in get_vlan_offset()704 size_t vlan_offset; in burst_xmit_l23_hash() local714 vlan_offset = get_vlan_offset(eth_hdr, &proto); in burst_xmit_l23_hash()718 ((char *)(eth_hdr + 1) + vlan_offset); in burst_xmit_l23_hash()723 ((char *)(eth_hdr + 1) + vlan_offset); in burst_xmit_l23_hash()741 size_t vlan_offset; in burst_xmit_l34_hash() local758 ((char *)(eth_hdr + 1) + vlan_offset); in burst_xmit_l34_hash()[all …]
507 uint8_t vlan_offset; member
281 req->vlan_offset = vlan_offset_base; in hns3_set_port_vlan_filter()