Searched refs:flgs (Results 1 – 1 of 1) sorted by relevance
367 int i, flgs; in vlan_device_event() local411 flgs = vlandev->flags; in vlan_device_event()412 if (!(flgs & IFF_UP)) in vlan_device_event()440 flgs = vlandev->flags; in vlan_device_event()441 if (!(flgs & IFF_UP)) in vlan_device_event()462 flgs = dev_get_flags(vlandev); in vlan_device_event()463 if (flgs & IFF_UP) in vlan_device_event()468 dev_change_flags(vlandev, flgs | IFF_UP, in vlan_device_event()