func golang.org/x/sys/unix.KeyctlInt

3 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L1418: 	return KeyctlInt(KEYCTL_GET_KEYRING_ID, id, createInt, 0, 0)
		syscall_linux.go#L1427: 	_, err := KeyctlInt(KEYCTL_SETPERM, id, int(perm), 0, 0)
		zsyscall_linux.go#L244: func KeyctlInt(cmd int, arg2 int, arg3 int, arg4 int, arg5 int) (ret int, err error) {