Searched defs:veth (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c753 struct vlan_ethhdr *veth; local
764 veth = (struct vlan_ethhdr *)skb_push(skb, VLAN_HLEN);
769 veth->h_vlan_proto = cpu_to_be16(ETH_P_8021Q);
770 veth->h_vlan_TCI = htons(tag);
/drivers/s390/net/
H A Dqeth_l2_main.c239 struct vlan_ethhdr *veth = (struct vlan_ethhdr *)skb_mac_header(skb); local
256 if (veth->h_vlan_proto == __constant_htons(ETH_P_8021Q)) {
258 hdr->hdr.l2.vlan_id = ntohs(veth->h_vlan_TCI);

Completed in 49 milliseconds