Searched defs:genl_family (Results 1 – 2 of 2) sorted by relevance
60 struct genl_family { struct61 unsigned int hdrsize;62 char name[GENL_NAMSIZ];63 unsigned int version;64 unsigned int maxattr;65 u8 netnsok:1;66 u8 parallel_ops:1;67 u8 n_ops;68 u8 n_small_ops;69 u8 n_split_ops;[all …]
20 static struct genl_family genl_family; variable