Home
last modified time | relevance | path

Searched refs:AF_UNIX (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dsocket.h191 #define AF_UNIX 1 /* Unix domain sockets */ macro
248 #define PF_UNIX AF_UNIX
/include/trace/events/
Dsunrpc.h39 TRACE_DEFINE_ENUM(AF_UNIX);
47 { AF_UNIX, "AF_UNIX" }, \
/include/net/
Dsock.h2772 return sk->sk_family == AF_UNIX && sk->sk_type == SOCK_STREAM; in sk_is_stream_unix()