On Mon, 28 Feb 2022 21:37:09 -0800 Martin KaFai Lau wrote: > diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h > index 63540be0fc34..8ad0c1d6d024 100644 > --- a/include/net/inet_frag.h > +++ b/include/net/inet_frag.h > @@ -90,6 +90,7 @@ struct inet_frag_queue { > ktime_t stamp; > int len; > int meat; > + __u8 mono_delivery_time; > __u8 flags; > u16 max_size; > struct fqdir *fqdir; kdoc missing for this one, also we can ignore the __u8 in flags and stick to non-uAPI types this time