Home
last modified time | relevance | path

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

/linux/include/net/
H A Dgenetlink.h78 struct genl_family { struct
79 unsigned int hdrsize;
81 unsigned int version;
83 u8 netnsok:1;
84 u8 parallel_ops:1;
85 u8 n_ops;
86 u8 n_small_ops;
87 u8 n_split_ops;
88 u8 n_mcgrps;
89 u8 resv_start_op;
[all …]
/linux/drivers/net/wireguard/
H A Dnetlink.c20 static struct genl_family genl_family; variable