Home
last modified time | relevance | path

Searched refs:SCM_SECURITY (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dscm.h103 put_cmsg(msg, SOL_SOCKET, SCM_SECURITY, seclen, secdata); in scm_passec()
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/
H A Dsocket.h167 #define SCM_SECURITY 0x03 /* rw: security label */ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h167 #define SCM_SECURITY 0x03 /* rw: security label */ macro
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_sockglue.c145 put_cmsg(msg, SOL_IP, SCM_SECURITY, seclen, secdata); in ip_cmsg_recv_security()