Home
last modified time | relevance | path

Searched defs:genl_family (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/net/
Dgenetlink.h50 struct genl_family { struct
51 unsigned int id;
52 unsigned int hdrsize;
53 char name[GENL_NAMSIZ];
54 unsigned int version;
55 unsigned int maxattr;
56 bool netnsok;
57 bool parallel_ops;
58 int (*pre_doit)(const struct genl_ops *ops,
61 void (*post_doit)(const struct genl_ops *ops,
[all …]