Home
last modified time | relevance | path

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

/net/8021q/
Dvlan.c368 int i, flgs; in vlan_device_event() local
412 flgs = vlandev->flags; in vlan_device_event()
413 if (!(flgs & IFF_UP)) in vlan_device_event()
441 flgs = vlandev->flags; in vlan_device_event()
442 if (!(flgs & IFF_UP)) in vlan_device_event()
463 flgs = dev_get_flags(vlandev); in vlan_device_event()
464 if (flgs & IFF_UP) in vlan_device_event()
469 dev_change_flags(vlandev, flgs | IFF_UP, in vlan_device_event()