func syscall.Socket

5 uses

	syscall (current package)
		lsf_linux.go#L28: 	s, e := Socket(AF_PACKET, SOCK_RAW, proto)
		sock_cloexec_linux.go#L9: 	s, err := Socket(family, sotype|SOCK_CLOEXEC, proto)
		sock_cloexec_linux.go#L19: 	s, err = Socket(family, sotype, proto)
		syscall_unix.go#L462: func Socket(domain, typ, proto int) (fd int, err error) {

	net
		hook_unix.go#L16: 	socketFunc        func(int, int, int) (int, error)  = syscall.Socket