Lines Matching refs:default_pvid
992 u16 pvid = br->default_pvid;
994 /* Disable default_pvid on all ports where it is still
1008 br->default_pvid = 0;
1031 old_pvid = br->default_pvid;
1033 /* Update default_pvid config only if we do not conflict with
1055 /* Update default_pvid config only if we do not conflict with
1076 br->default_pvid = pvid;
1121 if (pvid == br->default_pvid)
1126 pr_info_once("Please disable vlan filtering to change default_pvid\n");
1151 br->default_pvid = 1;
1192 if (p->br->default_pvid) {
1195 ret = nbp_vlan_add(p, p->br->default_pvid,
1201 br_vlan_notify(p->br, p, p->br->default_pvid, 0, RTM_NEWVLAN);
1567 ret = br_vlan_add(br, br->default_pvid,
1574 changed = !br_vlan_delete(br, br->default_pvid);
1590 br_vlan_notify(br, NULL, br->default_pvid, 0, vlcmd);