Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dvirtio_net.h99 int vlan_hlen) in virtio_net_hdr_from_skb() argument
125 skb_checksum_start_offset(skb) + vlan_hlen); in virtio_net_hdr_from_skb()
/Linux-v5.4/drivers/net/
Dtun.c2073 int vlan_hlen = 0; in tun_put_user() local
2077 vlan_hlen = VLAN_HLEN; in tun_put_user()
2082 total = skb->len + vlan_hlen + vnet_hdr_sz; in tun_put_user()
2106 vlan_hlen)) { in tun_put_user()
2126 if (vlan_hlen) { in tun_put_user()
2151 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()