Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dgenetlink.h60 struct genl_family { struct
61 unsigned int hdrsize;
62 char name[GENL_NAMSIZ];
63 unsigned int version;
64 unsigned int maxattr;
65 u8 netnsok:1;
66 u8 parallel_ops:1;
67 u8 n_ops;
68 u8 n_small_ops;
69 u8 n_split_ops;
[all …]
/Linux-v6.6/drivers/net/wireguard/
Dnetlink.c20 static struct genl_family genl_family; variable