Home
last modified time | relevance | path

Searched refs:NETLINK_SMC (Results 1 – 22 of 22) sorted by relevance

/external/strace/xlat/
Dnetlink_protocols.h153 #if defined(NETLINK_SMC) || (defined(HAVE_DECL_NETLINK_SMC) && HAVE_DECL_NETLINK_SMC)
155 static_assert((NETLINK_SMC) == (22), "NETLINK_SMC != 22");
158 # define NETLINK_SMC 22
187 XLAT(NETLINK_SMC),
Dnetlink_protocols.in22 NETLINK_SMC 22
/external/syzkaller/sys/linux/
Dsocket_netlink_386.const31 NETLINK_SMC = 22
Dsocket_netlink_ppc64le.const31 NETLINK_SMC = 22
Dsocket_netlink_amd64.const31 NETLINK_SMC = 22
Dsocket_netlink_arm64.const31 NETLINK_SMC = 22
Dsocket_netlink_arm.const31 NETLINK_SMC = 22
Dsocket_netlink.txt31 …TLINK_SCSITRANSPORT, NETLINK_ECRYPTFS, NETLINK_RDMA, NETLINK_CRYPTO, NETLINK_INET_DIAG, NETLINK_SMC
/external/kernel-headers/original/uapi/linux/
Dnetlink.h31 #define NETLINK_SMC 22 /* SMC monitoring */ macro
/external/iproute2/include/uapi/linux/
Dnetlink.h31 #define NETLINK_SMC 22 /* SMC monitoring */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1072 NETLINK_SMC = 0x16 const
Dzerrors_linux_s390x.go1071 NETLINK_SMC = 0x16 const
Dzerrors_linux_arm.go1071 NETLINK_SMC = 0x16 const
Dzerrors_linux_ppc64le.go1071 NETLINK_SMC = 0x16 const
Dzerrors_linux_mips64.go1072 NETLINK_SMC = 0x16 const
Dzerrors_linux_ppc64.go1071 NETLINK_SMC = 0x16 const
Dzerrors_linux_amd64.go1073 NETLINK_SMC = 0x16 const
Dzerrors_linux_mips64le.go1072 NETLINK_SMC = 0x16 const
Dzerrors_linux_386.go1073 NETLINK_SMC = 0x16 const
Dzerrors_linux_mips.go1072 NETLINK_SMC = 0x16 const
Dzerrors_linux_arm64.go1074 NETLINK_SMC = 0x16 const
/external/strace/
DChangeLog3901 xlat: add NETLINK_SMC.
3902 * xlat/netlink_protocols.in (NETLINK_SMC): New constant, introduced