Home
last modified time | relevance | path

Searched refs:CN_NETLINK_USERS (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dconnector.h52 #define CN_NETLINK_USERS 11 /* Highest index + 1 */ macro
/Linux-v6.6/samples/connector/
Dcn_test.c20 static struct cb_id cn_test_id = { CN_NETLINK_USERS + 3, 0x456 };
Ducon.c34 #define CN_TEST_IDX CN_NETLINK_USERS + 3
/Linux-v6.6/Documentation/driver-api/
Dconnector.rst140 In case of connector it is CN_NETLINK_USERS + 0xf, so if you want to use
141 group number 12345, you must increment CN_NETLINK_USERS to that number.
/Linux-v6.6/drivers/connector/
Dconnector.c279 .groups = CN_NETLINK_USERS + 0xf, in cn_init()