Lines Matching refs:default_pvid
1074 u16 pvid = br->default_pvid;
1076 /* Disable default_pvid on all ports where it is still
1090 br->default_pvid = 0;
1113 old_pvid = br->default_pvid;
1115 /* Update default_pvid config only if we do not conflict with
1137 /* Update default_pvid config only if we do not conflict with
1158 br->default_pvid = pvid;
1204 if (pvid == br->default_pvid)
1209 pr_info_once("Please disable vlan filtering to change default_pvid\n");
1234 br->default_pvid = 1;
1275 if (p->br->default_pvid) {
1278 ret = nbp_vlan_add(p, p->br->default_pvid,
1284 br_vlan_notify(p->br, p, p->br->default_pvid, 0, RTM_NEWVLAN);
1739 ret = br_vlan_add(br, br->default_pvid,
1746 changed = !br_vlan_delete(br, br->default_pvid);
1762 br_vlan_notify(br, NULL, br->default_pvid, 0, vlcmd);