Home
last modified time | relevance | path

Searched defs:rte_eth_fdir_masks (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dlayout_eth_conf.h253 struct rte_eth_fdir_masks { struct
254 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,
Dlayout_eth_conf_1_0.h254 struct rte_eth_fdir_masks { struct
255 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,
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dlayout_eth_conf.rs1392 pub struct rte_eth_fdir_masks { struct
1414 const UNINIT: ::std::mem::MaybeUninit<rte_eth_fdir_masks> = in bindgen_test_layout_rte_eth_fdir_masks() argument
Dlayout_eth_conf_1_0.rs1500 pub struct rte_eth_fdir_masks { struct
1522 const UNINIT: ::std::mem::MaybeUninit<rte_eth_fdir_masks> = in bindgen_test_layout_rte_eth_fdir_masks() argument
1634 impl Clone for rte_eth_fdir_masks { implementation