Searched refs:skb_seq_read (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/batman-adv/
H A Dmain.c610 while ((len = skb_seq_read(consumed, &data, &st)) != 0) {
/linux-master/drivers/scsi/
H A Dlibiscsi_tcp.c950 avail = skb_seq_read(consumed, &ptr, &seq);
/linux-master/net/core/
H A Dskbuff.c4264 * invoking skb_seq_read() for the first time.
4279 * skb_seq_read - Sequentially read skb data
4293 * skb_seq_read() will return the remaining part of the block.
4303 unsigned int skb_seq_read(unsigned int consumed, const u8 **data, function
4385 EXPORT_SYMBOL(skb_seq_read); variable
4391 * Must be called if skb_seq_read() was not called until it
4407 return skb_seq_read(offset, text, TS_SKB_CB(state));
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c824 buf_len = skb_seq_read(consumed, &buf, &st);
/linux-master/include/linux/
H A Dskbuff.h1426 unsigned int skb_seq_read(unsigned int consumed, const u8 **data,

Completed in 126 milliseconds