Searched defs:netdev_notifier_changeupper_info (Results 1 – 1 of 1) sorted by relevance
2137 struct netdev_notifier_changeupper_info { struct2138 struct netdev_notifier_info info; /* must be first */2139 struct net_device *upper_dev; /* new upper dev */2140 bool master; /* is upper dev master */2141 bool linking; /* is the nofication for link or unlink */