Home
last modified time | relevance | path

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

/linux/include/net/
H A Dbonding.h250 struct delayed_work alb_work; member
/linux/drivers/net/bonding/
H A Dbond_main.c4312 INIT_DELAYED_WORK(&bond->alb_work, bond_alb_monitor); in bond_work_init_all()
4324 cancel_delayed_work_sync(&bond->alb_work); in bond_work_cancel_all()
4364 queue_delayed_work(bond->wq, &bond->alb_work, 0); in bond_open()