net: skbuff: Export __skb_vlan_pop
authorShmulik Ladkani <shmulik.ladkani@gmail.com>
Mon, 19 Sep 2016 16:11:09 +0000 (19:11 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Sep 2016 05:34:20 +0000 (01:34 -0400)
commitbfca4c520f7ea78138ddccea2de18dc062b0fefd
tree4cc5c63ae28bf81bd39d619be5e5449f03574ccf
parent688dc5369a6311c4d60f8908698c1999910d659f
net: skbuff: Export __skb_vlan_pop

This exports the functionality of extracting the tag from the payload,
without moving next vlan tag into hw accel tag.

Signed-off-by: Shmulik Ladkani <shmulik.ladkani@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
net/core/skbuff.c