Query: skb_seq_read
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_SEQ_READ(9) Linux Networking SKB_SEQ_READ(9)NAMEskb_seq_read - Sequentially read skb dataSYNOPSISunsigned int skb_seq_read(unsigned int consumed, const u8 ** data, struct skb_seq_state * st);ARGUMENTSconsumed number of bytes consumed by the caller so far data destination pointer for data to be returned st state variableDESCRIPTIONReads a block of skb data at consumed relative to the lower offset specified to skb_prepare_seq_read. Assigns the head of the data block to data and returns the length of the block or 0 if the end of the skb data or the upper offset has been reached. The caller is not required to consume all of the data returned, i.e. consumed is typically set to the number of bytes already consumed and the next call to skb_seq_read will return the remaining part of the block. NOTE 1 The size of each block of data returned can be arbitrary, this limitation is the cost for zerocopy seqeuental reads of potentially non linear data. NOTE 2 Fragment lists within fragments are not implemented at the moment, state->root_skb could be replaced with a stack for this purpose.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_SEQ_READ(9)
Related Man Pages |
---|
__skb_recv_datagram(9) - centos |
lwres_buffer(3) - debian |
lwres_buffer_getmem(3) - debian |
lwres_buffer_init(3) - debian |
lwres_buffer_invalidate(3) - debian |
Similar Topics in the Unix Linux Community |
---|
How to increment version inside a file? |
DB2 convert digits to binary format |
Docker learning Phase-I |
Shopt -s histappend |
Controlling user input |