Home
last modified time | relevance | path

Searched refs:KCMPROTO_CONNECTED (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dkcm_protocols.h6 #if defined(KCMPROTO_CONNECTED) || (defined(HAVE_DECL_KCMPROTO_CONNECTED) && HAVE_DECL_KCMPROTO_CON…
8 static_assert((KCMPROTO_CONNECTED) == (0), "KCMPROTO_CONNECTED != 0");
11 # define KCMPROTO_CONNECTED 0
24 [KCMPROTO_CONNECTED] = XLAT(KCMPROTO_CONNECTED),
Dkcm_protocols.in2 KCMPROTO_CONNECTED 0
/external/syzkaller/sys/linux/
Dsocket_kcm_arm64.const3 KCMPROTO_CONNECTED = 0
Dsocket_kcm_386.const3 KCMPROTO_CONNECTED = 0
Dsocket_kcm_arm.const3 KCMPROTO_CONNECTED = 0
Dsocket_kcm_amd64.const3 KCMPROTO_CONNECTED = 0
Dsocket_kcm_ppc64le.const3 KCMPROTO_CONNECTED = 0
Dsocket_kcm.txt10 socket$kcm(domain const[AF_KCM], type flags[kcm_socket_type], proto const[KCMPROTO_CONNECTED]) sock…
/external/kernel-headers/original/uapi/linux/
Dkcm.h35 #define KCMPROTO_CONNECTED 0 macro