func internal/syscall/unix.KernelVersionGE
4 uses
internal/syscall/unix (current package)
kernel_version_ge.go#L9: func KernelVersionGE(x, y int) bool {
internal/poll
copy_file_range_linux.go#L17: return unix.KernelVersionGE(5, 3)
net
mptcpsock_linux.go#L57: hasSOLMPTCP = unix.KernelVersionGE(5, 16)
sock_linux.go#L22: if unix.KernelVersionGE(4, 1) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |