Home
last modified time | relevance | path

Searched refs:vlan_hlen (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dvirtio_net.h80 int vlan_hlen) in virtio_net_hdr_from_skb() argument
106 skb_checksum_start_offset(skb) + vlan_hlen); in virtio_net_hdr_from_skb()
/Linux-v4.19/drivers/net/
Dtun.c2019 int vlan_hlen = 0; in tun_put_user() local
2023 vlan_hlen = VLAN_HLEN; in tun_put_user()
2028 total = skb->len + vlan_hlen + vnet_hdr_sz; in tun_put_user()
2052 vlan_hlen)) { in tun_put_user()
2072 if (vlan_hlen) { in tun_put_user()
2097 stats->tx_bytes += skb->len + vlan_hlen; in tun_put_user()
Dtap.c777 int vlan_hlen = skb_vlan_tag_present(skb) ? VLAN_HLEN : 0; in tap_put_user() local
786 vlan_hlen)) in tap_put_user()