Searched defs:genl_family (Results 1 – 2 of 2) sorted by relevance
48 struct genl_family { struct49 int id; /* private */50 unsigned int hdrsize;51 char name[GENL_NAMSIZ];52 unsigned int version;53 unsigned int maxattr;54 unsigned int mcgrp_offset; /* private */55 u8 netnsok:1;56 u8 parallel_ops:1;57 u8 n_ops;[all …]
20 static struct genl_family genl_family; variable