> > +int ib_get_rmpp_data_offset(u8 mgmt_class); > Maybe we should just make this an inline routine. It looks big enough that it's probably better not to inline (given that there are multiple call sites). - R.