abs_offset       3468 net/core/skbuff.c 	unsigned int block_limit, abs_offset = consumed + st->lower_offset;
abs_offset       3471 net/core/skbuff.c 	if (unlikely(abs_offset >= st->upper_offset)) {
abs_offset       3482 net/core/skbuff.c 	if (abs_offset < block_limit && !st->frag_data) {
abs_offset       3483 net/core/skbuff.c 		*data = st->cur_skb->data + (abs_offset - st->stepped_offset);
abs_offset       3484 net/core/skbuff.c 		return block_limit - abs_offset;
abs_offset       3494 net/core/skbuff.c 		if (abs_offset < block_limit) {
abs_offset       3499 net/core/skbuff.c 				(abs_offset - st->stepped_offset);
abs_offset       3501 net/core/skbuff.c 			return block_limit - abs_offset;