Searched defs:unix_peer (Results 1 – 2 of 2) sorted by relevance
/linux/security/apparmor/include/ | ||
H A D | af_unix.h | 22 #define unix_peer(sk) (unix_sk(sk)->peer) macro |
/linux/include/net/ | ||
H A D | af_unix.h | 58 #define unix_peer(sk) (unix_sk(sk)->peer) macro |