Home
last modified time | relevance | path

Searched refs:NETLINK_DROP_MEMBERSHIP (Results 1 – 25 of 27) sorted by relevance

12

/external/strace/xlat/
Dsock_netlink_options.h13 #if defined(NETLINK_DROP_MEMBERSHIP) || (defined(HAVE_DECL_NETLINK_DROP_MEMBERSHIP) && HAVE_DECL_NE…
15 static_assert((NETLINK_DROP_MEMBERSHIP) == (2), "NETLINK_DROP_MEMBERSHIP != 2");
18 # define NETLINK_DROP_MEMBERSHIP 2
95 XLAT(NETLINK_DROP_MEMBERSHIP),
Dsock_netlink_options.in2 NETLINK_DROP_MEMBERSHIP 2
/external/strace/tests-m32/
Dsockopt-sol_netlink.c67 #ifdef NETLINK_DROP_MEMBERSHIP in main()
68 { ARG_STR(NETLINK_DROP_MEMBERSHIP) }, in main()
/external/strace/tests-mx32/
Dsockopt-sol_netlink.c67 #ifdef NETLINK_DROP_MEMBERSHIP in main()
68 { ARG_STR(NETLINK_DROP_MEMBERSHIP) }, in main()
/external/strace/tests/
Dsockopt-sol_netlink.c67 #ifdef NETLINK_DROP_MEMBERSHIP in main()
68 { ARG_STR(NETLINK_DROP_MEMBERSHIP) }, in main()
/external/syzkaller/sys/linux/
Dsocket_netlink_386.const11 NETLINK_DROP_MEMBERSHIP = 2
Dsocket_netlink_ppc64le.const11 NETLINK_DROP_MEMBERSHIP = 2
Dsocket_netlink_amd64.const11 NETLINK_DROP_MEMBERSHIP = 2
Dsocket_netlink_arm64.const11 NETLINK_DROP_MEMBERSHIP = 2
Dsocket_netlink_arm.const11 NETLINK_DROP_MEMBERSHIP = 2
Dsocket_netlink.txt21 …_MEMBERSHIP(fd sock_netlink, level const[SOL_NETLINK], opt const[NETLINK_DROP_MEMBERSHIP], arg ptr…
32 netlink_sockopts = NETLINK_ADD_MEMBERSHIP, NETLINK_DROP_MEMBERSHIP, NETLINK_PKTINFO, NETLINK_BROADC…
/external/libnl/include/linux-private/linux/
Dnetlink.h101 #define NETLINK_DROP_MEMBERSHIP 2 macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h146 #define NETLINK_DROP_MEMBERSHIP 2 macro
/external/iproute2/include/uapi/linux/
Dnetlink.h146 #define NETLINK_DROP_MEMBERSHIP 2 macro
/external/libnl/lib/
Dsocket.c481 err = setsockopt(sk->s_fd, SOL_NETLINK, NETLINK_DROP_MEMBERSHIP, in nl_socket_drop_memberships()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go850 NETLINK_DROP_MEMBERSHIP = 0x2 const
Dzerrors_linux_mipsle.go1051 NETLINK_DROP_MEMBERSHIP = 0x2 const
Dzerrors_linux_s390x.go1050 NETLINK_DROP_MEMBERSHIP = 0x2 const
Dzerrors_linux_arm.go1050 NETLINK_DROP_MEMBERSHIP = 0x2 const
Dzerrors_linux_ppc64le.go1050 NETLINK_DROP_MEMBERSHIP = 0x2 const
Dzerrors_linux_mips64.go1051 NETLINK_DROP_MEMBERSHIP = 0x2 const
Dzerrors_linux_ppc64.go1050 NETLINK_DROP_MEMBERSHIP = 0x2 const
Dzerrors_linux_amd64.go1052 NETLINK_DROP_MEMBERSHIP = 0x2 const
Dzerrors_linux_mips64le.go1051 NETLINK_DROP_MEMBERSHIP = 0x2 const
Dzerrors_linux_386.go1052 NETLINK_DROP_MEMBERSHIP = 0x2 const

12