Searched refs:nl_msg (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/tools/net/ynl/lib/ |
A D | ynl.py | 228 for nl_msg in nms: 229 if nl_msg.error: 232 if nl_msg.done: 261 def __init__(self, nl_msg): argument 262 self.nl = nl_msg 265 self.raw = nl_msg.raw[4:] 450 for nl_msg in nms: 451 if nl_msg.error: 455 if nl_msg.done: 486 for nl_msg in nms: [all …]
|
/linux-6.3-rc2/tools/power/x86/intel-speed-select/ |
A D | hfi-events.c | 56 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() 63 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() 78 static int seq_check_handler(struct nl_msg *msg, void *arg) in seq_check_handler() 84 struct nl_msg *msg, in send_and_recv_msgs() 85 int (*valid_handler)(struct nl_msg *, void *), in send_and_recv_msgs() argument 122 static int family_handler(struct nl_msg *msg, void *arg) in family_handler() 155 struct nl_msg *msg; in nl_get_multicast_id() 190 static int handle_event(struct nl_msg *n, void *arg) in handle_event()
|
/linux-6.3-rc2/tools/lib/thermal/ |
A D | thermal_nl.c | 19 static int nl_seq_check_handler(struct nl_msg *msg, void *arg) in nl_seq_check_handler() 35 static int nl_finish_handler(struct nl_msg *msg, void *arg) in nl_finish_handler() 45 static int nl_ack_handler(struct nl_msg *msg, void *arg) in nl_ack_handler() 55 int nl_send_msg(struct nl_sock *sock, struct nl_cb *cb, struct nl_msg *msg, in nl_send_msg() 56 int (*rx_handler)(struct nl_msg *, void *), void *data) in nl_send_msg() argument 75 static int nl_family_handler(struct nl_msg *msg, void *arg) in nl_family_handler() 116 struct nl_msg *msg; in nl_get_multicast_id()
|
A D | thermal_nl.h | 15 struct nl_msg *msg; 42 extern int nl_send_msg(struct nl_sock *sock, struct nl_cb *nl_cb, struct nl_msg *msg, 43 int (*rx_handler)(struct nl_msg *, void *),
|
A D | sampling.c | 11 static int handle_thermal_sample(struct nl_msg *n, void *arg) in handle_thermal_sample()
|
A D | events.c | 21 static int handle_thermal_event(struct nl_msg *n, void *arg) in handle_thermal_event()
|
A D | commands.c | 267 struct nl_msg *msg; in thermal_genl_auto()
|
/linux-6.3-rc2/drivers/infiniband/core/ |
A D | core_priv.h | 112 struct sk_buff *nl_msg; member
|
A D | uverbs_main.c | 1020 ret = nla_put_u32(res->nl_msg, RDMA_NLDEV_ATTR_UVERBS_DRIVER_ID, in ib_uverbs_get_nl_info()
|
A D | nldev.c | 1817 data.nl_msg = msg; in nldev_get_chardev()
|
/linux-6.3-rc2/Documentation/userspace-api/ |
A D | vduse.rst | 54 struct nl_msg *msg;
|
/linux-6.3-rc2/Documentation/userspace-api/netlink/ |
A D | intro.rst | 61 for (nl_msg in buffer) { 62 if (nl_msg.nlmsg_type == NLMSG_DONE)
|
Completed in 20 milliseconds