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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_vlan.h45 unsigned short h_vlan_proto; /* Should always be 0x8100 */ member in struct:vlan_ethhdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_vlan.h45 unsigned short h_vlan_proto; /* Should always be 0x8100 */ member in struct:vlan_ethhdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/8021q/
H A Dvlan_dev.c444 if (veth->h_vlan_proto != __constant_htons(ETH_P_8021Q)) {
452 __FUNCTION__, htons(veth->h_vlan_proto));
477 /* put_unaligned(__constant_htons(ETH_P_8021Q), &veth->h_vlan_proto); */
478 veth->h_vlan_proto = __constant_htons(ETH_P_8021Q);
500 veth->h_vlan_proto, veth->h_vlan_TCI, veth->h_vlan_encapsulated_proto);

Completed in 92 milliseconds