struct tarpc_rte_flow_tunnel_decap_set_in

rte_flow_tunnel_decap_set()

struct tarpc_rte_flow_tunnel_decap_set_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    struct tarpc_rte_flow_tunnel tunnel<>;
    tarpc_rte_flow_action actions;
    uint32_t num_of_actions;
};