Searched refs:NETLINK_EXT_ACK (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/tools/include/uapi/linux/ |
D | netlink.h | 157 #define NETLINK_EXT_ACK 11 macro
|
/linux-6.12.1/include/uapi/linux/ |
D | netlink.h | 175 #define NETLINK_EXT_ACK 11 macro
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | netlink_helpers.c | 50 setsockopt(rth->fd, SOL_NETLINK, NETLINK_EXT_ACK, in rtnl_open_byproto()
|
/linux-6.12.1/tools/net/ynl/lib/ |
D | ynl.py | 29 NETLINK_EXT_ACK = 11 variable in Netlink 488 self.sock.setsockopt(Netlink.SOL_NETLINK, Netlink.NETLINK_EXT_ACK, 1)
|
D | ynl.c | 689 if (setsockopt(ys->socket, SOL_NETLINK, NETLINK_EXT_ACK, in ynl_sock_create()
|
/linux-6.12.1/tools/bpf/bpftool/ |
D | net.c | 123 if (setsockopt(sock, SOL_NETLINK, NETLINK_EXT_ACK, in netlink_open()
|
/linux-6.12.1/tools/lib/bpf/ |
D | netlink.c | 66 if (setsockopt(sock, SOL_NETLINK, NETLINK_EXT_ACK, in libbpf_netlink_open()
|
/linux-6.12.1/net/netlink/ |
D | af_netlink.c | 1696 case NETLINK_EXT_ACK: in netlink_setsockopt() 1763 case NETLINK_EXT_ACK: in netlink_getsockopt()
|
/linux-6.12.1/Documentation/userspace-api/netlink/ |
D | intro.rst | 363 the ``NETLINK_EXT_ACK`` setsockopt() to ``1``.
|