Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/8021q/
Dvlan_dev.c56 switch (veth->h_vlan_encapsulated_proto) { in vlan_dev_rebuild_header()
66 dev->name, (int)veth->h_vlan_encapsulated_proto); in vlan_dev_rebuild_header()
228 proto = vhdr->h_vlan_encapsulated_proto; in vlan_skb_recv()
379 vhdr->h_vlan_encapsulated_proto = htons(type); in vlan_dev_hard_header()
381 vhdr->h_vlan_encapsulated_proto = htons(len); in vlan_dev_hard_header()
485 veth->h_vlan_proto, veth->h_vlan_TCI, veth->h_vlan_encapsulated_proto); in vlan_dev_hard_start_xmit()
/linux-2.4.37.9/include/linux/
Dif_vlan.h47 unsigned short h_vlan_encapsulated_proto; /* packet type ID field (or len) */ member
52 unsigned short h_vlan_encapsulated_proto; /* packet type ID field (or len) */ member
/linux-2.4.37.9/drivers/net/
Dforcedeth.c1327 protolen = ntohs( ((struct vlan_ethhdr *)packet)->h_vlan_encapsulated_proto ); in nv_getlen()