Searched refs:nl_msg (Results 1 - 12 of 12) sorted by last modified time

/linux-master/drivers/infiniband/core/
H A Dnldev.c1864 data.nl_msg = msg;
H A Dcore_priv.h112 struct sk_buff *nl_msg; member in struct:ib_client_nl_info
H A Duverbs_main.c1029 ret = nla_put_u32(res->nl_msg, RDMA_NLDEV_ATTR_UVERBS_DRIVER_ID,
/linux-master/tools/testing/selftests/drivers/net/
H A Dstats.py114 ksft_eq(cm.exception.nl_msg.error, -34)
115 ksft_eq(cm.exception.nl_msg.extack['bad-attr'], '.ifindex')
120 ksft_eq(cm.exception.nl_msg.error, -95)
121 ksft_eq(cm.exception.nl_msg.extack['bad-attr'], '.ifindex')
132 ksft_eq(cm.exception.nl_msg.error, -19)
133 ksft_eq(cm.exception.nl_msg.extack['bad-attr'], '.ifindex')
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dpp_alloc_fail.py64 if e.nl_msg.error == -95:
/linux-master/tools/net/ynl/lib/
H A Dynl.py101 def __init__(self, nl_msg):
102 self.nl_msg = nl_msg
103 self.error = -nl_msg.error
106 return f"Netlink error: {os.strerror(self.error)}\n{self.nl_msg}"
323 for nl_msg in nms:
324 if nl_msg.error:
325 print("Netlink error:", nl_msg.error)
327 if nl_msg.done:
330 gm = GenlMsg(nl_msg)
[all...]
/linux-master/tools/power/x86/intel-speed-select/
H A Dhfi-events.c56 static int ack_handler(struct nl_msg *msg, void *arg)
63 static int finish_handler(struct nl_msg *msg, void *arg)
78 static int seq_check_handler(struct nl_msg *msg, void *arg)
84 struct nl_msg *msg,
85 int (*valid_handler)(struct nl_msg *, void *),
122 static int family_handler(struct nl_msg *msg, void *arg)
155 struct nl_msg *msg;
190 static int handle_event(struct nl_msg *n, void *arg)
/linux-master/tools/lib/thermal/
H A Dsampling.c11 static int handle_thermal_sample(struct nl_msg *n, void *arg)
H A Dthermal_nl.c19 static int nl_seq_check_handler(struct nl_msg *msg, void *arg)
35 static int nl_finish_handler(struct nl_msg *msg, void *arg)
45 static int nl_ack_handler(struct nl_msg *msg, void *arg)
55 int nl_send_msg(struct nl_sock *sock, struct nl_cb *cb, struct nl_msg *msg,
56 int (*rx_handler)(struct nl_msg *, void *), void *data)
75 static int nl_family_handler(struct nl_msg *msg, void *arg)
116 struct nl_msg *msg;
H A Dthermal_nl.h15 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 *),
H A Dcommands.c267 struct nl_msg *msg;
H A Devents.c21 static int handle_thermal_event(struct nl_msg *n, void *arg)

Completed in 301 milliseconds