Home
last modified time | relevance | path

Searched refs:get_vlan_offset (Results 1 – 2 of 2) sorted by relevance

/dpdk/examples/bond/
H A Dmain.c322 get_vlan_offset(struct rte_ether_hdr *eth_hdr, uint16_t *proto) in get_vlan_offset() function
409 offset = get_vlan_offset(eth_hdr, &ether_type); in lcore_main()
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c37 get_vlan_offset(struct rte_ether_hdr *eth_hdr, uint16_t *proto) in get_vlan_offset() function
502 uint16_t offset = get_vlan_offset(eth_h, &ether_type); in mode6_debug()
545 offset = get_vlan_offset(eth_h, &ether_type); in bond_ethdev_rx_burst_alb()
710 vlan_offset = get_vlan_offset(eth_hdr, &proto); in burst_xmit_l23_hash()
748 vlan_offset = get_vlan_offset(eth_hdr, &proto); in burst_xmit_l34_hash()
1014 offset = get_vlan_offset(eth_h, &ether_type); in bond_ethdev_tx_burst_alb()