Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dgenetlink.h78 struct genl_family { struct
79 unsigned int hdrsize;
80 char name[GENL_NAMSIZ];
81 unsigned int version;
82 unsigned int maxattr;
83 u8 netnsok:1;
84 u8 parallel_ops:1;
85 u8 n_ops;
86 u8 n_small_ops;
87 u8 n_split_ops;
[all …]
/linux-6.12.1/drivers/net/wireguard/
Dnetlink.c20 static struct genl_family genl_family; variable
/linux-6.12.1/tools/testing/selftests/net/openvswitch/
Dovs-dpctl.py2518 genl_family = "psample" variable in PsampleEvent