struct tarpc_rte_pktmbuf_set_port_in

rte_pktmbuf_set_port()

struct tarpc_rte_pktmbuf_set_port_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_rte_mbuf m;
    uint16_t port;
};