linux/drivers/net/wimax/i2400m
Alexander Duyck ec47ea8247 skb: Add inline helper for getting the skb end offset from head
With the recent changes for how we compute the skb truesize it occurs to me
we are probably going to have a lot of calls to skb_end_pointer -
skb->head.  Instead of running all over the place doing that it would make
more sense to just make it a separate inline skb_end_offset(skb) that way
we can return the correct value without having gcc having to do all the
optimization to cancel out skb->head - skb->head.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-05-06 13:13:19 -04:00
..
control.c
debug-levels.h
debugfs.c simple_open: automatically convert to simple_open() 2012-04-05 15:25:50 -07:00
driver.c
fw.c
i2400m-sdio.h
i2400m-usb.h
i2400m.h
Kconfig drivers/net: iwmc3200 depends on EXPERIMENTAL 2012-04-21 15:28:47 -04:00
Makefile
netdev.c wimax: i2400m - prevent a possible kernel bug due to missing fw_name string 2012-03-27 22:30:09 -04:00
op-rfkill.c
rx.c
sdio-debug-levels.h
sdio-fw.c
sdio-rx.c
sdio-tx.c
sdio.c
sysfs.c
tx.c
usb-debug-levels.h
usb-fw.c
usb-notif.c
usb-rx.c skb: Add inline helper for getting the skb end offset from head 2012-05-06 13:13:19 -04:00
usb-tx.c
usb.c net: Fix spelling typo in net 2012-04-14 15:29:02 -04:00