struct tarpc_xsk_rx_fill_simple_in

struct tarpc_xsk_rx_fill_simple_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_ptr umem_ptr;
    string if_name;
    uint32_t queue_id;
    tarpc_size_t frames_cnt;
};