Searched defs:genl_family (Results 1 – 2 of 2) sorted by relevance
60 struct genl_family { struct61 int id; /* private */62 unsigned int hdrsize;63 char name[GENL_NAMSIZ];64 unsigned int version;65 unsigned int maxattr;66 unsigned int mcgrp_offset; /* private */67 u8 netnsok:1;68 u8 parallel_ops:1;69 u8 n_ops;[all …]
20 static struct genl_family genl_family; variable