Searched refs:nl_cb (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/lib/thermal/
H A Dthermal_nl.h19 struct nl_cb *cb_cmd;
20 struct nl_cb *cb_event;
21 struct nl_cb *cb_sampling;
32 extern int nl_subscribe_thermal(struct nl_sock *nl_sock, struct nl_cb *nl_cb,
35 extern int nl_unsubscribe_thermal(struct nl_sock *nl_sock, struct nl_cb *nl_cb,
38 extern int nl_thermal_connect(struct nl_sock **nl_sock, struct nl_cb **nl_cb);
40 extern void nl_thermal_disconnect(struct nl_sock *nl_sock, struct nl_cb *nl_c
[all...]
H A Dthermal_nl.c55 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) argument
146 struct nl_cb *cb;
167 *nl_cb = cb;
178 void nl_thermal_disconnect(struct nl_sock *nl_sock, struct nl_cb *nl_cb) argument
182 nl_cb_put(nl_cb);
185 int nl_unsubscribe_thermal(struct nl_sock *nl_sock, struct nl_cb *nl_c argument
201 nl_subscribe_thermal(struct nl_sock *nl_sock, struct nl_cb *nl_cb, const char *group) argument
[all...]
/linux-master/tools/power/x86/intel-speed-select/
H A Dhfi-events.c51 struct nl_cb *nl_cb; member in struct:hfi_event_data
88 struct nl_cb *cb;
91 cb = nl_cb_clone(drv->nl_cb);
247 struct nl_cb *cb;
268 drv.nl_cb = cb = nl_cb_alloc(NL_CB_DEFAULT);
269 if (drv.nl_cb == NULL) {
/linux-master/net/netlabel/
H A Dnetlabel_calipso.c37 struct netlink_callback *nl_cb; member in struct:netlbl_calipso_doiwalk_arg
222 data = genlmsg_put(cb_arg->skb, NETLINK_CB(cb_arg->nl_cb->skb).portid,
261 cb_arg.nl_cb = cb;
H A Dnetlabel_cipso_v4.c36 struct netlink_callback *nl_cb; member in struct:netlbl_cipsov4_doiwalk_arg
619 data = genlmsg_put(cb_arg->skb, NETLINK_CB(cb_arg->nl_cb->skb).portid,
658 cb_arg.nl_cb = cb;
H A Dnetlabel_mgmt.c43 struct netlink_callback *nl_cb; member in struct:netlbl_domhsh_walk_arg
485 data = genlmsg_put(cb_arg->skb, NETLINK_CB(cb_arg->nl_cb->skb).portid,
522 cb_arg.nl_cb = cb;
H A Dnetlabel_unlabeled.c94 struct netlink_callback *nl_cb; member in struct:netlbl_unlhsh_walk_arg
1077 data = genlmsg_put(cb_arg->skb, NETLINK_CB(cb_arg->nl_cb->skb).portid,
1177 cb_arg.nl_cb = cb;
1262 cb_arg.nl_cb = cb;

Completed in 109 milliseconds