Home
last modified time | relevance | path

Searched refs:NETLINK_EXT_ACK (Results 1 – 5 of 5) sorted by relevance

/tools/include/uapi/linux/
Dnetlink.h157 #define NETLINK_EXT_ACK 11 macro
/tools/net/ynl/lib/
Dynl.py27 NETLINK_EXT_ACK = 11 variable in Netlink
424 self.sock.setsockopt(Netlink.SOL_NETLINK, Netlink.NETLINK_EXT_ACK, 1)
Dynl.c612 if (mnl_socket_setsockopt(ys->sock, NETLINK_EXT_ACK, in ynl_sock_create()
/tools/bpf/bpftool/
Dnet.c117 if (setsockopt(sock, SOL_NETLINK, NETLINK_EXT_ACK, in netlink_open()
/tools/lib/bpf/
Dnetlink.c66 if (setsockopt(sock, SOL_NETLINK, NETLINK_EXT_ACK, in libbpf_netlink_open()