Searched refs:NETLINK_EXT_ACK (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/include/uapi/linux/ |
H A D | netlink.h | 157 #define NETLINK_EXT_ACK 11 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | netlink.h | 175 #define NETLINK_EXT_ACK 11 macro
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | netlink_helpers.c | 50 setsockopt(rth->fd, SOL_NETLINK, NETLINK_EXT_ACK, in rtnl_open_byproto()
|
/openbmc/linux/tools/net/ynl/lib/ |
H A D | ynl.py | 27 NETLINK_EXT_ACK = 11 variable in Netlink 424 self.sock.setsockopt(Netlink.SOL_NETLINK, Netlink.NETLINK_EXT_ACK, 1)
|
H A D | ynl.c | 612 if (mnl_socket_setsockopt(ys->sock, NETLINK_EXT_ACK, in ynl_sock_create()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | net.c | 117 if (setsockopt(sock, SOL_NETLINK, NETLINK_EXT_ACK, in netlink_open()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | netlink.c | 66 if (setsockopt(sock, SOL_NETLINK, NETLINK_EXT_ACK, in libbpf_netlink_open()
|
/openbmc/linux/net/netlink/ |
H A D | af_netlink.c | 1704 case NETLINK_EXT_ACK: in netlink_setsockopt() 1768 case NETLINK_EXT_ACK: in netlink_getsockopt()
|
/openbmc/linux/Documentation/userspace-api/netlink/ |
H A D | intro.rst | 359 the ``NETLINK_EXT_ACK`` setsockopt() to ``1``.
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 2522 case NETLINK_EXT_ACK: in do_setsockopt() 2905 case NETLINK_EXT_ACK: in do_getsockopt()
|