Lines Matching defs:nl_cb
55 int nl_send_msg(struct nl_sock *sock, struct nl_cb *cb, struct nl_msg *msg,
113 static int nl_get_multicast_id(struct nl_sock *sock, struct nl_cb *cb,
144 int nl_thermal_connect(struct nl_sock **nl_sock, struct nl_cb **nl_cb)
146 struct nl_cb *cb;
167 *nl_cb = cb;
178 void nl_thermal_disconnect(struct nl_sock *nl_sock, struct nl_cb *nl_cb)
182 nl_cb_put(nl_cb);
185 int nl_unsubscribe_thermal(struct nl_sock *nl_sock, struct nl_cb *nl_cb,
190 mcid = nl_get_multicast_id(nl_sock, nl_cb, THERMAL_GENL_FAMILY_NAME,
201 int nl_subscribe_thermal(struct nl_sock *nl_sock, struct nl_cb *nl_cb,
206 mcid = nl_get_multicast_id(nl_sock, nl_cb, THERMAL_GENL_FAMILY_NAME,