Home
last modified time | relevance | path

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

/linux-5.19.10/tools/lib/thermal/
Dthermal_nl.c188 int mcid; in nl_unsubscribe_thermal() local
190 mcid = nl_get_multicast_id(nl_sock, nl_cb, THERMAL_GENL_FAMILY_NAME, in nl_unsubscribe_thermal()
192 if (mcid < 0) in nl_unsubscribe_thermal()
195 if (nl_socket_drop_membership(nl_sock, mcid)) in nl_unsubscribe_thermal()
204 int mcid; in nl_subscribe_thermal() local
206 mcid = nl_get_multicast_id(nl_sock, nl_cb, THERMAL_GENL_FAMILY_NAME, in nl_subscribe_thermal()
208 if (mcid < 0) in nl_subscribe_thermal()
211 if (nl_socket_add_membership(nl_sock, mcid)) in nl_subscribe_thermal()