Searched refs:VLAN_VID_MASK (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/include/proto/
H A Dvlan.h26 #define VLAN_VID_MASK 0xfff /* low 12 bits are vlan id */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_vlan.h55 #define VLAN_VID_MASK 0xfff macro
151 skb->dev = grp->vlan_devices[vlan_tag & VLAN_VID_MASK];
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_vlan.h55 #define VLAN_VID_MASK 0xfff macro
151 skb->dev = grp->vlan_devices[vlan_tag & VLAN_VID_MASK];
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/8021q/
H A Dvlan.c176 /* Find the protocol handler. Assumes VID < VLAN_VID_MASK.
210 if (vlan_id >= VLAN_VID_MASK)
247 for (i = 0; i < VLAN_VID_MASK; i++)
251 if (i == VLAN_VID_MASK) {
327 if (VLAN_ID >= VLAN_VID_MASK)
490 VLAN_DEV_INFO(new_dev)->vlan_id = VLAN_ID; /* 1 through VLAN_VID_MASK */
H A Dvlan_dev.c125 vid = (vlan_TCI & VLAN_VID_MASK);

Completed in 91 milliseconds