Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dif_vlan.h45 unsigned short h_vlan_proto; /* Should always be 0x8100 */ member
241 veth->h_vlan_proto = __constant_htons(ETH_P_8021Q); in __vlan_put_tag()
297 if (veth->h_vlan_proto != __constant_htons(ETH_P_8021Q)) { in __vlan_get_tag()
/linux-2.4.37.9/net/8021q/
Dvlan_dev.c448 if (veth->h_vlan_proto != __constant_htons(ETH_P_8021Q)) { in vlan_dev_hard_start_xmit()
457 __FUNCTION__, htons(veth->h_vlan_proto)); in vlan_dev_hard_start_xmit()
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/drivers/net/
Dforcedeth.c1326 if ( ((struct vlan_ethhdr *)packet)->h_vlan_proto == __constant_htons(ETH_P_8021Q)) { in nv_getlen()