Searched refs:PF_UNIX (Results 1 - 12 of 12) sorted by relevance

/linux-master/security/tomoyo/
H A Dnetwork.c624 * Returns one of PF_INET, PF_INET6, PF_UNIX or 0.
636 case PF_UNIX:
670 if (family == PF_UNIX)
708 if (family == PF_UNIX)
743 if (family == PF_UNIX)
770 if (family == PF_UNIX)
/linux-master/arch/um/drivers/
H A Dmconsole_user.c187 notify_sock = socket(PF_UNIX, SOCK_DGRAM, 0);
/linux-master/net/unix/
H A Dgarbage.c96 /* PF_UNIX ? */
97 if (sk && ops && ops->family == PF_UNIX)
H A Daf_unix.c10 * Carsten Paeth : PF_UNIX check, address fixes.
830 .family = PF_UNIX,
855 .family = PF_UNIX,
879 .family = PF_UNIX,
965 sk = sk_alloc(net, PF_UNIX, GFP_KERNEL, &unix_stream_proto, kern);
967 sk = sk_alloc(net, PF_UNIX, GFP_KERNEL, &unix_dgram_proto, kern);
1008 if (protocol && protocol != PF_UNIX)
3593 .family = PF_UNIX,
/linux-master/include/linux/
H A Dsocket.h247 #define PF_UNIX AF_UNIX macro
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h247 #define PF_UNIX AF_UNIX macro
/linux-master/net/core/
H A Dscm.c168 if (!ops || ops->family != PF_UNIX)
/linux-master/net/9p/
H A Dtrans_fd.c1063 sun_server.sun_family = PF_UNIX;
1065 err = __sock_create(current->nsproxy->net_ns, PF_UNIX,
/linux-master/arch/um/os-Linux/
H A Dfile.c550 sock = socket(PF_UNIX, SOCK_DGRAM, 0);
/linux-master/security/selinux/
H A Dhooks.c1160 case PF_UNIX:
5215 if (sock && family == PF_UNIX) {
5284 sk->sk_family == PF_UNIX)
/linux-master/security/smack/
H A Dsmack_lsm.c4294 case PF_UNIX:
/linux-master/net/
H A Dsocket.c176 [PF_UNIX] = "PF_UNIX/PF_LOCAL",

Completed in 226 milliseconds