struct io.IpDefragmenter.Fragment

struct Fragment
{
    // fields

    size_t m_offset;
    void* m_payload;
    size_t m_size;
};