X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=original%2Fman7%2Fnetlink.7;h=a7c30fcce1e244f2f8d88706c2019f2e1b41273c;hp=8483549b2a2896c44014cd374a28a25aac5c216a;hb=4ea6bb24817f6f049d6bbc90ecd77a869876f9b0;hpb=78d692a91a29bb279b5fc6a6294ff3e418a184c8 diff --git a/original/man7/netlink.7 b/original/man7/netlink.7 index 8483549b..a7c30fcc 100644 --- a/original/man7/netlink.7 +++ b/original/man7/netlink.7 @@ -8,7 +8,7 @@ .\" Based on the original comments from Alexey Kuznetsov .\" Modified 2005-12-27 by Hasso Tepper .\" $Id: netlink.7,v 1.8 2000/06/22 13:23:00 ak Exp $ -.TH NETLINK 7 2013-03-15 "Linux" "Linux Programmer's Manual" +.TH NETLINK 7 2015-01-10 "Linux" "Linux Programmer's Manual" .SH NAME netlink \- communication between kernel and user space (AF_NETLINK) .SH SYNOPSIS @@ -113,6 +113,13 @@ Kernel messages to user space. .TP .B NETLINK_GENERIC Generic netlink family for simplified netlink usage. +.TP +.BR NETLINK_CRYPTO " (since Linux 3.2)" +.\" commit a38f7907b926e4c6c7d389ad96cc38cec2e5a9e9 +.\" Author: Steffen Klassert +Netlink interface to request information about ciphers registered +with the kernel crypto API as well as allow configuration of the +kernel crypto API. .PP Netlink messages consist of a byte stream with one or multiple .I nlmsghdr @@ -200,7 +207,7 @@ NLM_F_MATCH:T{ Return all entries matching criteria passed in message content. Not implemented yet. T} -.\" FIXME NLM_F_ATOMIC is not used any more? +.\" FIXME NLM_F_ATOMIC is not used anymore? NLM_F_ATOMIC:Return an atomic snapshot of the table. NLM_F_DUMP:T{ Convenience macro; equivalent to @@ -480,10 +487,11 @@ information about libnl RFC 3549 "Linux Netlink as an IP Services Protocol" .SH COLOPHON -This page is part of release 3.64 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, -and information about reporting bugs, +information about reporting bugs, +and the latest version of this page, can be found at \%http://www.kernel.org/doc/man\-pages/.