2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-09 22:24:04 +08:00
linux-next/drivers/net/ethernet/intel/igbvf
Eric Dumazet 9e903e0852 net: add skb frag size accessors
To ease skb->truesize sanitization, its better to be able to localize
all references to skb frags size.

Define accessors : skb_frag_size() to fetch frag size, and
skb_frag_size_{set|add|sub}() to manipulate it.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-10-19 03:10:46 -04:00
..
defines.h
ethtool.c igbvf: convert to ndo_fix_features 2011-10-16 13:18:47 -07:00
igbvf.h
Makefile
mbx.c
mbx.h
netdev.c net: add skb frag size accessors 2011-10-19 03:10:46 -04:00
regs.h
vf.c
vf.h