Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1276 struct netdev_notify_work *nnw = kzalloc(sizeof(*nnw), GFP_ATOMIC); in bond_queue_slave_event() local
1278 if (!nnw) in bond_queue_slave_event()
1282 nnw->dev = slave->dev; in bond_queue_slave_event()
1283 bond_fill_ifslave(slave, &nnw->bonding_info.slave); in bond_queue_slave_event()
1284 bond_fill_ifbond(bond, &nnw->bonding_info.master); in bond_queue_slave_event()
1285 INIT_DELAYED_WORK(&nnw->work, bond_netdev_notify_work); in bond_queue_slave_event()
1287 queue_delayed_work(slave->bond->wq, &nnw->work, 0); in bond_queue_slave_event()