Lines Matching refs:pvid
125 static void vnet_rx_frames_untag(uint16_t pvid, mblk_t **mp);
798 boolean_t is_pvid; /* non-default pvid ? */
809 is_pvid = (vnetp->pvid != vnetp->default_vlan_id) ? B_TRUE : B_FALSE;
881 * the tag for the pvid case here; unlike packets that
895 vnetp->pvid);
1317 * Frames received that are tagged with the pvid of the vnet device must be
1322 * pvid: pvid of the vnet device for which packets are being received
1329 vnet_rx_frames_untag(uint16_t pvid, mblk_t **mp)
1347 VLAN_ID(ntohs(evhp->ether_tci)) == pvid) {
2614 * processing to remove the tag, for the pvid case. The
2615 * underlying resource is not aware of the vnet's pvid and thus
2620 if (vnetp->pvid != vnetp->default_vlan_id) {
2621 vnet_rx_frames_untag(vnetp->pvid, &mp);
2640 * to remove the tag, for the pvid case. The underlying resource is
2641 * not aware of the vnet's pvid and thus packets are received with the
2646 if (vnetp->pvid != vnetp->default_vlan_id) {
2647 vnet_rx_frames_untag(vnetp->pvid, &mp);