Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/unix/
Dgarbage.c113 if (s && sock->ops && sock->ops->family == PF_UNIX) in unix_get_socket()
Daf_unix.c460 sk = sk_alloc(PF_UNIX, GFP_KERNEL, 1); in unix_create1()
488 if (protocol && protocol != PF_UNIX) in unix_create()
1816 family: PF_UNIX,
1837 family: PF_UNIX,
1858 family: PF_UNIX,
1892 sock_unregister(PF_UNIX); in af_unix_exit()
/linux-2.4.37.9/include/linux/
Dsocket.h185 #define PF_UNIX AF_UNIX macro
/linux-2.4.37.9/arch/sparc64/solaris/
Dsocket.c44 if (family != PF_UNIX && family != PF_INET) in socket_check()