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

/linux-master/net/bridge/
H A Dbr_vlan.c718 bool would_change = __vlan_flags_would_change(vlan, flags); local
733 if (becomes_brentry || would_change) {
735 would_change, extack);
756 if (would_change)
1317 bool would_change = __vlan_flags_would_change(vlan, flags); local
1319 if (would_change) {
1328 *changed = would_change;

Completed in 202 milliseconds