Searched refs:bond_netdev_notify_work (Results 1 – 1 of 1) sorted by relevance
212 static void bond_netdev_notify_work(struct work_struct *work);1311 INIT_DELAYED_WORK(&slave->notify_work, bond_netdev_notify_work); in bond_alloc_slave()1342 static void bond_netdev_notify_work(struct work_struct *_work) in bond_netdev_notify_work() function