func syscall.Socket

5 uses

	syscall (current package)
		lsf_linux.go#L28: 	s, e := Socket(AF_PACKET, SOCK_RAW, proto)
		lsf_linux.go#L51: 	s, e := Socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC, 0)
		netlink_linux.go#L61: 	s, err := Socket(AF_NETLINK, SOCK_RAW|SOCK_CLOEXEC, NETLINK_ROUTE)
		syscall_unix.go#L497: func Socket(domain, typ, proto int) (fd int, err error) {

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