Searched refs:consumed (Results 1 - 3 of 3) sorted by relevance

/net/batman-adv/
H A Dmain.c591 unsigned int consumed = 0; local
596 while ((len = skb_seq_read(consumed, &data, &st)) != 0) {
598 consumed += len;
/net/unix/
H A Daf_unix.c1916 return skb->len - UNIXCB(skb).consumed;
2041 if (skb_copy_datagram_iovec(skb, UNIXCB(skb).consumed + skip,
2052 UNIXCB(skb).consumed += chunk;
/net/core/
H A Dskbuff.c2648 * @consumed: number of bytes consumed by the caller so far
2652 * Reads a block of skb data at @consumed relative to the
2659 * returned, i.e. @consumed is typically set to the number
2660 * of bytes already consumed and the next call to
2671 unsigned int skb_seq_read(unsigned int consumed, const u8 **data, argument
2674 unsigned int block_limit, abs_offset = consumed + st->lower_offset;

Completed in 61 milliseconds