struct tarpc_rte_eth_dev_udp_tunnel_port_add_in

rte_eth_dev_udp_tunnel_port_add()

struct tarpc_rte_eth_dev_udp_tunnel_port_add_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    struct tarpc_rte_eth_udp_tunnel tunnel_udp;
};