Searched refs:GENL_NAMSIZ (Results 1 – 3 of 3) sorted by relevance
8 #define GENL_NAMSIZ 16 /* length of family name */ macro
16 char name[GENL_NAMSIZ];51 char name[GENL_NAMSIZ];
258 if (WARN_ON(memchr(grp->name, '\0', GENL_NAMSIZ) == NULL)) in genl_validate_assign_mc_groups()1014 .len = GENL_NAMSIZ - 1 },1118 .len = GENL_NAMSIZ - 1 },
Completed in 7 milliseconds