'\" t .\" Title: xdr_skb_read_bits .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: April 2019 .\" Manual: Linux Networking .\" Source: Kernel Hackers Manual 4.9.168 .\" Language: English .\" .TH "XDR_SKB_READ_BITS" "9" "April 2019" "Kernel Hackers Manual 4\&.9\&." "Linux Networking" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" xdr_skb_read_bits \- copy some data bits from skb to internal buffer .SH "SYNOPSIS" .HP \w'size_t\ xdr_skb_read_bits('u .BI "size_t xdr_skb_read_bits(struct\ xdr_skb_reader\ *\ " "desc" ", void\ *\ " "to" ", size_t\ " "len" ");" .SH "ARGUMENTS" .PP \fIdesc\fR .RS 4 sk_buff copy helper .RE .PP \fIto\fR .RS 4 copy destination .RE .PP \fIlen\fR .RS 4 number of bytes to copy .RE .SH "DESCRIPTION" .PP Possibly called several times to iterate over an sk_buff and copy data out of it\&. .SH "COPYRIGHT" .br