Home
last modified time | relevance | path

Searched refs:old_pvid (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/bridge/
Dbr_vlan.c753 u16 old_pvid; in __br_vlan_set_default_pvid() local
767 old_pvid = br->default_pvid; in __br_vlan_set_default_pvid()
774 if ((!old_pvid || vlan_default_pvid(vg, old_pvid)) && in __br_vlan_set_default_pvid()
782 br_vlan_delete(br, old_pvid); in __br_vlan_set_default_pvid()
791 if ((old_pvid && in __br_vlan_set_default_pvid()
792 !vlan_default_pvid(vg, old_pvid)) || in __br_vlan_set_default_pvid()
801 nbp_vlan_delete(p, old_pvid); in __br_vlan_set_default_pvid()
816 if (old_pvid) in __br_vlan_set_default_pvid()
817 nbp_vlan_add(p, old_pvid, in __br_vlan_set_default_pvid()
824 if (old_pvid) in __br_vlan_set_default_pvid()
[all …]