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