TRANSNAMSIZ
__u8 transport[TRANSNAMSIZ]; /* null term ascii */
char t_name[TRANSNAMSIZ];
BUG_ON(strlen(trans->t_name) + 1 > TRANSNAMSIZ);