[SK_BUFF]: Convert skb->end to sk_buff_data_t
Now to convert the last one, skb->data, that will allow many simplifications and removal of some of the offset helpers. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

vanhempi
27a884dc3c
commit
4305b54135
@@ -1348,7 +1348,8 @@ e100_rx(struct net_device *dev)
|
||||
|
||||
#ifdef ETHDEBUG
|
||||
printk("head = 0x%x, data = 0x%x, tail = 0x%x, end = 0x%x\n",
|
||||
skb->head, skb->data, skb_tail_pointer(skb), skb->end);
|
||||
skb->head, skb->data, skb_tail_pointer(skb),
|
||||
skb_end_pointer(skb));
|
||||
printk("copying packet to 0x%x.\n", skb_data_ptr);
|
||||
#endif
|
||||
|
||||
|
Viittaa uudesa ongelmassa
Block a user