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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c1331 boolean_t is_tagged; local
1386 is_tagged = vsw_frame_lookup_vid(arg, type, ehp, &vlan_id);
1396 ASSERT(is_tagged == B_TRUE);
1409 if (is_tagged == B_FALSE) {
H A Dvnet_gen.c198 boolean_t is_tagged, uint16_t vid);
689 * is_tagged:
699 vgen_vlan_frame_fixtag(vgen_port_t *portp, mblk_t *mp, boolean_t is_tagged, argument
749 if (is_tagged == dst_tagged) {
754 if (is_tagged == B_TRUE) {
760 /* (is_tagged == B_FALSE): fallthru to tag tx packet: */
770 if (is_tagged == B_FALSE) {
786 boolean_t is_tagged; local
806 is_tagged = vgen_frame_lookup_vid(vnetp, ehp, &vlan_id);
811 ASSERT(is_tagged
[all...]

Completed in 53 milliseconds