struct tarpc_rte_pktmbuf_packet_type

struct tarpc_rte_pktmbuf_packet_type {
    // fields

    uint8_t l2_type;
    uint8_t l3_type;
    uint8_t l4_type;
    uint8_t tun_type;
    uint8_t inner_l2_type;
    uint8_t inner_l3_type;
    uint8_t inner_l4_type;
};