Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dgenetlink.h48 struct genl_family { struct
49 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 …]
/Linux-v5.15/drivers/net/wireguard/
Dnetlink.c20 static struct genl_family genl_family; variable