Searched defs:genl_family (Results 1 – 3 of 3) sorted by relevance
78 struct genl_family { struct79 unsigned int hdrsize;80 char name[GENL_NAMSIZ];81 unsigned int version;82 unsigned int maxattr;83 u8 netnsok:1;84 u8 parallel_ops:1;85 u8 n_ops;86 u8 n_small_ops;87 u8 n_split_ops;[all …]
20 static struct genl_family genl_family; variable
2518 genl_family = "psample" variable in PsampleEvent