Home
last modified time | relevance | path

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

/net/8021q/
Dvlan.c367 int i, flgs; in vlan_device_event() local
411 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()