Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dscm.h115 put_cmsg(msg, SOL_SOCKET, SCM_SECURITY, ctx.len, in scm_passec()
/linux-6.15/tools/perf/trace/beauty/include/linux/
H A Dsocket.h180 #define SCM_SECURITY 0x03 /* rw: security label */ macro
/linux-6.15/include/linux/
H A Dsocket.h180 #define SCM_SECURITY 0x03 /* rw: security label */ macro
/linux-6.15/net/ipv4/
H A Dip_sockglue.c143 put_cmsg(msg, SOL_IP, SCM_SECURITY, ctx.len, ctx.context); in ip_cmsg_recv_security()