Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1289 struct netdev_notify_work *nnw = kzalloc(sizeof(*nnw), GFP_ATOMIC); in bond_queue_slave_event() local
1291 if (!nnw) in bond_queue_slave_event()
1295 nnw->dev = slave->dev; in bond_queue_slave_event()
1296 bond_fill_ifslave(slave, &nnw->bonding_info.slave); in bond_queue_slave_event()
1297 bond_fill_ifbond(bond, &nnw->bonding_info.master); in bond_queue_slave_event()
1298 INIT_DELAYED_WORK(&nnw->work, bond_netdev_notify_work); in bond_queue_slave_event()
1300 queue_delayed_work(slave->bond->wq, &nnw->work, 0); in bond_queue_slave_event()