net/dsa/tag_rtl8_4.c
106
__be16 tag16[RTL8_4_TAG_LEN / 2];
net/dsa/tag_rtl8_4.c
120
memcpy(tag, tag16, RTL8_4_TAG_LEN);
net/dsa/tag_rtl8_4.c
126
skb_push(skb, RTL8_4_TAG_LEN);
net/dsa/tag_rtl8_4.c
128
dsa_alloc_etype_header(skb, RTL8_4_TAG_LEN);
net/dsa/tag_rtl8_4.c
144
rtl8_4_write_tag(skb, dev, skb_put(skb, RTL8_4_TAG_LEN));
net/dsa/tag_rtl8_4.c
152
__be16 tag16[RTL8_4_TAG_LEN / 2];
net/dsa/tag_rtl8_4.c
158
memcpy(tag16, tag, RTL8_4_TAG_LEN);
net/dsa/tag_rtl8_4.c
199
if (unlikely(!pskb_may_pull(skb, RTL8_4_TAG_LEN)))
net/dsa/tag_rtl8_4.c
206
skb_pull_rcsum(skb, RTL8_4_TAG_LEN);
net/dsa/tag_rtl8_4.c
208
dsa_strip_etype_header(skb, RTL8_4_TAG_LEN);
net/dsa/tag_rtl8_4.c
219
if (unlikely(rtl8_4_read_tag(skb, dev, skb_tail_pointer(skb) - RTL8_4_TAG_LEN)))
net/dsa/tag_rtl8_4.c
222
if (pskb_trim_rcsum(skb, skb->len - RTL8_4_TAG_LEN))
net/dsa/tag_rtl8_4.c
234
.needed_headroom = RTL8_4_TAG_LEN,
net/dsa/tag_rtl8_4.c
247
.needed_tailroom = RTL8_4_TAG_LEN,