Lines Matching defs:genl_family
60 struct genl_family { struct
61 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;
70 u8 n_mcgrps;
71 u8 resv_start_op;
72 const struct nla_policy *policy;
73 int (*pre_doit)(const struct genl_split_ops *ops,
76 void (*post_doit)(const struct genl_split_ops *ops,
79 const struct genl_ops * ops;
80 const struct genl_small_ops *small_ops;
81 const struct genl_split_ops *split_ops;
82 const struct genl_multicast_group *mcgrps;
83 struct module *module;
87 int id;
89 unsigned int mcgrp_offset;