struct tarpc_rte_eth_dev_vlan_filter_in

rte_eth_dev_vlan_filter()

struct tarpc_rte_eth_dev_vlan_filter_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    uint16_t vlan_id;
    tarpc_int on;
};