Searched refs:NETLINK_CAP_ACK (Results 1 – 6 of 6) sorted by relevance
/linux/tools/include/uapi/linux/ |
H A D | netlink.h | 113 * followed by the message contents unless NETLINK_CAP_ACK was set 156 #define NETLINK_CAP_ACK 10 macro
|
/linux/include/uapi/linux/ |
H A D | netlink.h | 123 * followed by the message contents unless NETLINK_CAP_ACK was set 174 #define NETLINK_CAP_ACK 10 macro
|
/linux/tools/testing/selftests/net/ |
H A D | netlink-dumps.c | 110 n = setsockopt(netlink_sock, SOL_NETLINK, NETLINK_CAP_ACK, in TEST()
|
/linux/tools/net/ynl/pyynl/lib/ |
H A D | ynl.py | 31 NETLINK_CAP_ACK = 10 variable in Netlink 316 sock.setsockopt(Netlink.SOL_NETLINK, Netlink.NETLINK_CAP_ACK, 1) 495 self.sock.setsockopt(Netlink.SOL_NETLINK, Netlink.NETLINK_CAP_ACK, 1)
|
/linux/tools/net/ynl/lib/ |
H A D | ynl.c | 762 if (setsockopt(ys->socket, SOL_NETLINK, NETLINK_CAP_ACK, in ynl_sock_create()
|
/linux/Documentation/userspace-api/netlink/ |
H A D | intro.rst | 215 (``error == 0``) or if ``NETLINK_CAP_ACK`` setsockopt() was set.
|