Home
last modified time | relevance | path

Searched refs:NETLINK_CAP_ACK (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/tools/include/uapi/linux/
Dnetlink.h156 #define NETLINK_CAP_ACK 10 macro
/linux-6.6.21/include/uapi/linux/
Dnetlink.h174 #define NETLINK_CAP_ACK 10 macro
/linux-6.6.21/tools/net/ynl/lib/
Dynl.py26 NETLINK_CAP_ACK = 10 variable in Netlink
280 sock.setsockopt(Netlink.SOL_NETLINK, Netlink.NETLINK_CAP_ACK, 1)
422 self.sock.setsockopt(Netlink.SOL_NETLINK, Netlink.NETLINK_CAP_ACK, 1)
Dynl.c607 if (mnl_socket_setsockopt(ys->sock, NETLINK_CAP_ACK, in ynl_sock_create()
/linux-6.6.21/net/netlink/
Daf_netlink.c1720 case NETLINK_CAP_ACK: in netlink_setsockopt()
1784 case NETLINK_CAP_ACK: in netlink_getsockopt()
/linux-6.6.21/Documentation/userspace-api/netlink/
Dintro.rst215 (``error == 0``) or if ``NETLINK_CAP_ACK`` setsockopt() was set.