__RDS_EXTHDR_MAX
ext_len = (type < __RDS_EXTHDR_MAX) ? rds_exthdr_size[type] : 0;
len = (type < __RDS_EXTHDR_MAX) ? rds_exthdr_size[type] : 0;
if (ext_type == RDS_EXTHDR_NONE || ext_type >= __RDS_EXTHDR_MAX)
static unsigned int rds_exthdr_size[__RDS_EXTHDR_MAX] = {