Searched defs:genl_family (Results 1 – 1 of 1) sorted by relevance
50 struct genl_family { struct51 unsigned int id;52 unsigned int hdrsize;53 char name[GENL_NAMSIZ];54 unsigned int version;55 unsigned int maxattr;56 bool netnsok;57 bool parallel_ops;58 int (*pre_doit)(const struct genl_ops *ops,61 void (*post_doit)(const struct genl_ops *ops,[all …]