Searched defs:genl_family (Results 1 – 2 of 2) sorted by relevance
60 struct genl_family { struct61 unsigned int hdrsize;63 unsigned int version;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;[all …]
20 static struct genl_family genl_family; variable
Completed in 4 milliseconds