Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/bond/
H A Dmain.c325 get_vlan_offset(struct rte_ether_hdr *eth_hdr, uint16_t *proto) in get_vlan_offset() function
412 offset = get_vlan_offset(eth_hdr, &ether_type); in lcore_main()
/f-stack/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
506 uint16_t offset = get_vlan_offset(eth_h, &ether_type); in mode6_debug()
549 offset = get_vlan_offset(eth_h, &ether_type); in bond_ethdev_rx_burst_alb()
714 vlan_offset = get_vlan_offset(eth_hdr, &proto); in burst_xmit_l23_hash()
752 vlan_offset = get_vlan_offset(eth_hdr, &proto); in burst_xmit_l34_hash()
1018 offset = get_vlan_offset(eth_h, &ether_type); in bond_ethdev_tx_burst_alb()