Searched refs:vlan_offset (Results 1 – 4 of 4) sorted by relevance
324 size_t vlan_offset = 0; in get_vlan_offset() local330 vlan_offset = sizeof(struct rte_vlan_hdr); in get_vlan_offset()337 vlan_offset += sizeof(struct rte_vlan_hdr); in get_vlan_offset()340 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()700 size_t vlan_offset; in burst_xmit_l23_hash() local710 vlan_offset = get_vlan_offset(eth_hdr, &proto); in burst_xmit_l23_hash()714 ((char *)(eth_hdr + 1) + vlan_offset); in burst_xmit_l23_hash()719 ((char *)(eth_hdr + 1) + vlan_offset); in burst_xmit_l23_hash()737 size_t vlan_offset; in burst_xmit_l34_hash() local754 ((char *)(eth_hdr + 1) + vlan_offset); in burst_xmit_l34_hash()[all …]
553 uint8_t vlan_offset; member
351 req->vlan_offset = vlan_offset_base; in hns3_set_port_vlan_filter()