Searched refs:NETLINK_CAP_ACK (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/include/uapi/linux/ |
| H A D | netlink.h | 156 #define NETLINK_CAP_ACK 10 macro
|
| /linux/include/uapi/linux/ |
| H A D | netlink.h | 174 #define NETLINK_CAP_ACK 10 macro
|
| /linux/tools/testing/selftests/net/ |
| H A D | netlink-dumps.c | 123 n = setsockopt(netlink_sock, SOL_NETLINK, NETLINK_CAP_ACK, in TEST()
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 46 NETLINK_CAP_ACK = 10 variable in Netlink 465 sock.setsockopt(Netlink.SOL_NETLINK, Netlink.NETLINK_CAP_ACK, 1) 514 sock.setsockopt(Netlink.SOL_NETLINK, Netlink.NETLINK_CAP_ACK, 1) 735 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/net/netlink/ |
| H A D | af_netlink.c | 1707 case NETLINK_CAP_ACK: in netlink_setsockopt() 1774 case NETLINK_CAP_ACK: in netlink_getsockopt()
|