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