tag
line
file
source code
unix_proto_ops
20
net/socket.c
extern struct proto_ops unix_proto_ops;
unix_proto_ops
30
net/socket.c
{AF_UNIX, "AF_UNIX", &unix_proto_ops},
unix_proto_ops
82
net/unix.c
struct proto_ops unix_proto_ops = {