struct tarpc_rte_flow_tunnel_match_in

rte_flow_tunnel_match()

struct tarpc_rte_flow_tunnel_match_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    struct tarpc_rte_flow_tunnel tunnel<>;
    tarpc_rte_flow_item items;
    uint32_t num_of_items;
};