Searched defs:rte_eth_ntuple_filter (Results 1 – 1 of 1) sorted by relevance
54 struct rte_eth_ntuple_filter { struct55 uint16_t flags; /**< Flags from RTE_NTUPLE_FLAGS_* */57 uint32_t dst_ip_mask; /**< Mask of destination IP address. */59 uint32_t src_ip_mask; /**< Mask of destination IP address. */61 uint16_t dst_port_mask; /**< Mask of destination port. */62 uint16_t src_port; /**< Source Port in big endian. */63 uint16_t src_port_mask; /**< Mask of source port. */64 uint8_t proto; /**< L4 protocol. */65 uint8_t proto_mask; /**< Mask of L4 protocol. */69 uint8_t tcp_flags;[all …]