struct tarpc_rte_free_flow_rule_in

rte_free_flow_rule()

struct tarpc_rte_free_flow_rule_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_rte_flow_attr attr;
    tarpc_rte_flow_item pattern;
    tarpc_rte_flow_action actions;
};