Searched refs:sk_sampling (Results 1 – 2 of 2) sorted by relevance
43 return nl_recvmsgs(th->sk_sampling, th->cb_sampling); in thermal_sampling_handle()51 return nl_socket_get_fd(th->sk_sampling); in thermal_sampling_fd()56 if (nl_unsubscribe_thermal(th->sk_sampling, th->cb_sampling, in thermal_sampling_exit()60 nl_thermal_disconnect(th->sk_sampling, th->cb_sampling); in thermal_sampling_exit()67 if (nl_thermal_connect(&th->sk_sampling, &th->cb_sampling)) in thermal_sampling_init()70 if (nl_subscribe_thermal(th->sk_sampling, th->cb_sampling, in thermal_sampling_init()
17 struct nl_sock *sk_sampling; member