Searched refs:TCI (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_vlan.c54 unsigned short TCI; /* Whole TCI, given from parsed frame */ local
55 unsigned short id; /* VLAN ID, given from frame TCI */
56 unsigned char prio; /* user_priority, given from frame TCI */
64 /* Tag Control Information (TCI) consists of the following elements:
71 TCI = ntohs(fp->h_vlan_TCI);
72 id = TCI & VLAN_VID_MASK;
73 prio = (TCI >> 13) & 0x7;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dskfbi.h611 #ifndef TCI
653 #ifndef TCI

Completed in 50 milliseconds