Searched defs:rte_eth_fdir_masks (Results 1 – 4 of 4) sorted by relevance
253 struct rte_eth_fdir_masks { struct254 uint16_t vlan_tci_mask; /**< Bit mask for vlan_tci in big endian */256 struct rte_eth_ipv4_flow ipv4_mask;258 struct rte_eth_ipv6_flow ipv6_mask;260 uint16_t src_port_mask;262 uint16_t dst_port_mask;265 uint8_t mac_addr_byte_mask;267 uint32_t tunnel_id_mask;268 uint8_t tunnel_type_mask; /**< 1 - Match tunnel type,
254 struct rte_eth_fdir_masks { struct255 uint16_t vlan_tci_mask; /**< Bit mask for vlan_tci in big endian */257 struct rte_eth_ipv4_flow ipv4_mask;259 struct rte_eth_ipv6_flow ipv6_mask;261 uint16_t src_port_mask;263 uint16_t dst_port_mask;266 uint8_t mac_addr_byte_mask;268 uint32_t tunnel_id_mask;269 uint8_t tunnel_type_mask; /**< 1 - Match tunnel type,
1392 pub struct rte_eth_fdir_masks { struct1414 const UNINIT: ::std::mem::MaybeUninit<rte_eth_fdir_masks> = in bindgen_test_layout_rte_eth_fdir_masks() argument
1500 pub struct rte_eth_fdir_masks { struct1522 const UNINIT: ::std::mem::MaybeUninit<rte_eth_fdir_masks> = in bindgen_test_layout_rte_eth_fdir_masks() argument1634 impl Clone for rte_eth_fdir_masks { implementation