| 1535 | } |
| 1536 | |
| 1537 | static void |
| 1538 | vlan_unconfig(struct ifnet *ifp) |
| 1539 | { |
| 1540 | |
| 1541 | VLAN_XLOCK(); |
| 1542 | vlan_unconfig_locked(ifp, 0); |
| 1543 | VLAN_XUNLOCK(); |
| 1544 | } |
| 1545 | |
| 1546 | static void |
| 1547 | vlan_unconfig_locked(struct ifnet *ifp, int departing) |
no test coverage detected