Home
last modified time | relevance | path

Searched refs:TRANSNAMSIZ (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Drds.h151 #define TRANSNAMSIZ 16 macro
158 __u8 transport[TRANSNAMSIZ]; /* null term ascii */
168 __u8 transport[TRANSNAMSIZ]; /* null term ascii */
/linux-6.6.21/net/rds/
Dtransport.c52 BUG_ON(strlen(trans->t_name) + 1 > TRANSNAMSIZ); in rds_trans_register()
Drds.h536 char t_name[TRANSNAMSIZ];