Home
last modified time | relevance | path

Searched refs:ctrlid (Results 1 – 2 of 2) sorted by relevance

/linux/tools/lib/thermal/
H A Dthermal_nl.c117 int ret = 0, ctrlid; in nl_get_multicast_id() local
127 ctrlid = genl_ctrl_resolve(sock, "nlctrl"); in nl_get_multicast_id()
129 genlmsg_put(msg, 0, 0, ctrlid, 0, 0, CTRL_CMD_GETFAMILY, 0); in nl_get_multicast_id()
/linux/tools/testing/selftests/net/ovpn/
H A Dovpn-cli.c1558 int ret, ctrlid; in ovpn_get_mcast_id()
1574 ctrlid = genl_ctrl_resolve(sock, "nlctrl"); in ovpn_get_mcast_id()
1576 genlmsg_put(msg, 0, 0, ctrlid, 0, 0, CTRL_CMD_GETFAMILY, 0); in ovpn_get_mcast_id()
1536 int ret, ctrlid; ovpn_get_mcast_id() local