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