struct tarpc_rte_pktmbuf_set_vlan_tci_outer_in

rte_pktmbuf_set_vlan_tci_outer()

struct tarpc_rte_pktmbuf_set_vlan_tci_outer_in {
    // fields

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