Searched refs:NETLINK_CAP_ACK (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | netlink.h | 156 #define NETLINK_CAP_ACK 10 macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | netlink.h | 174 #define NETLINK_CAP_ACK 10 macro
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | netlink-dumps.c | 110 n = setsockopt(netlink_sock, SOL_NETLINK, NETLINK_CAP_ACK, in TEST()
|
| /linux-6.15/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 31 NETLINK_CAP_ACK = 10 variable in Netlink 311 sock.setsockopt(Netlink.SOL_NETLINK, Netlink.NETLINK_CAP_ACK, 1) 490 self.sock.setsockopt(Netlink.SOL_NETLINK, Netlink.NETLINK_CAP_ACK, 1)
|
| /linux-6.15/tools/net/ynl/lib/ |
| H A D | ynl.c | 684 if (setsockopt(ys->socket, SOL_NETLINK, NETLINK_CAP_ACK, in ynl_sock_create()
|
| /linux-6.15/net/netlink/ |
| H A D | af_netlink.c | 1690 case NETLINK_CAP_ACK: in netlink_setsockopt() 1757 case NETLINK_CAP_ACK: in netlink_getsockopt()
|
| /linux-6.15/Documentation/userspace-api/netlink/ |
| H A D | intro.rst | 215 (``error == 0``) or if ``NETLINK_CAP_ACK`` setsockopt() was set.
|