サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
アメリカ大統領選
www.kernel.org
Kernel TLS¶ Overview¶ Transport Layer Security (TLS) is a Upper Layer Protocol (ULP) that runs over TCP. TLS provides end-to-end data integrity and confidentiality. User interface¶ Creating a TLS connection¶ First create a new TCP socket and set the TLS ULP. sock = socket(AF_INET, SOCK_STREAM, 0); setsockopt(sock, SOL_TCP, TCP_ULP, "tls", sizeof("tls")); Setting the TLS ULP allows us to set/get TL
NOTE: This is a version of HOWTO do Linux kernel development translated into Japanese. This document is maintained by Tsugikazu Shibata <tshibata@ab.jp.nec.com> If you find any difference between this document and the original file or a problem with the translation, please contact the maintainer of this file. Please also note that the purpose of this file is to be easier to read for non English (r
PSI - Pressure Stall Information¶ Date: April, 2018 Author: Johannes Weiner <hannes@cmpxchg.org> When CPU, memory or IO devices are contended, workloads experience latency spikes, throughput losses, and run the risk of OOM kills. Without an accurate measure of such contention, users are forced to either play it safe and under-utilize their hardware resources, or roll the dice and frequently suffer
The Linux Kernel API¶ List Management Functions¶ void INIT_LIST_HEAD(struct list_head *list)¶ Initialize a list_head structure Parameters struct list_head *listlist_head structure to be initialized. Description Initializes the list_head to point to itself. If it is a list header, the result is an empty list.
NOTE: This is a version of Documentation/HOWTO translated into Japanese. This document is maintained by Tsugikazu Shibata <tshibata@ab.jp.nec.com> If you find any difference between this document and the original file or a problem with the translation, please contact the maintainer of this file. Please also note that the purpose of this file is to be easier to read for non English (read: Japanese)
Chapter�3��Page Table Management Linux layers the machine independent/dependent layer in an unusual manner in comparison to other operating systems�[CP99]. Other operating systems have objects which manage the underlying physical pages such as the pmap object in BSD. Linux instead maintains the concept of a three-level page table in the architecture independent code even if the underlying architec
The Linux Kernel documentation¶ This is the top level of the kernel’s documentation tree. Kernel documentation, like the kernel itself, is very much a work in progress; that is especially true as we work to integrate our many scattered documents into a coherent whole. Please note that improvements to the documentation are welcome; join the linux-doc list at vger.kernel.org if you want to help out.
Linux Networking and Network Devices APIs¶ Linux Networking¶ Networking Base Types¶ enum sock_type¶ Socket types Constants SOCK_STREAMstream (connection) socket SOCK_DGRAMdatagram (conn.less) socket SOCK_RAWraw socket SOCK_RDMreliably-delivered message SOCK_SEQPACKETsequential packet socket SOCK_DCCPDatagram Congestion Control Protocol socket SOCK_PACKETlinux specific way of getting packets at the
Linux kernel coding style¶ This is a short document describing the preferred coding style for the linux kernel. Coding style is very personal, and I won’t force my views on anybody, but this is what goes for anything that I have to be able to maintain, and I’d prefer it for most other things too. Please at least consider the points made here. First off, I’d suggest printing out a copy of the GNU c
../ 00-INDEX 12-Apr-2017 19:37 427 Kconfig.recursion-issue-01 07-Aug-2024 14:39 2251 Kconfig.recursion-issue-02 07-Aug-2024 14:39 2861 Kconfig.select-break 07-Aug-2024 14:39 1071 gcc-plugins.rst 07-Aug-2024 14:39 4210 headers_install.rst 07-Aug-2024 14:39 1997 headers_install.txt 12-Apr-2017 19:37 2389 index.rst 07-Aug-2024 14:39 386 issues.rst 07-Aug-2024 14:39 229 kbuild.rst 29-Sep-2024 22:19 94
次のページ
このページを最初にブックマークしてみませんか?
『The Linux Kernel Archives』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く