linux/drivers/net/ethernet/intel/e1000e
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
..
80003es2lan.c e1000e: make function tables const 2011-10-05 02:52:21 -07:00
82571.c e1000e: make function tables const 2011-10-05 02:52:21 -07:00
defines.h
e1000.h e1000e: locking bug introduced by commit 67fd4fcb 2011-10-16 07:13:17 -07:00
ethtool.c net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero 2011-10-07 19:13:28 -04:00
hw.h
ich8lan.c e1000e: locking bug introduced by commit 67fd4fcb 2011-10-16 07:13:17 -07:00
lib.c
Makefile
netdev.c net: add skb frag size accessors 2011-10-19 03:10:46 -04:00
param.c
phy.c