Home
last modified time | relevance | path

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

/net/8021q/
Dvlan.c365 int i, flgs; in vlan_device_event() local
409 flgs = vlandev->flags; in vlan_device_event()
410 if (!(flgs & IFF_UP)) in vlan_device_event()
438 flgs = vlandev->flags; in vlan_device_event()
439 if (!(flgs & IFF_UP)) in vlan_device_event()
460 flgs = dev_get_flags(vlandev); in vlan_device_event()
461 if (flgs & IFF_UP) in vlan_device_event()
466 dev_change_flags(vlandev, flgs | IFF_UP, in vlan_device_event()