Searched refs:bc_work (Results 1 - 1 of 1) sorted by relevance

/drivers/net/
H A Dmacvlan.c48 struct work_struct bc_work; member in struct:macvlan_port
271 bc_work);
332 schedule_work(&port->bc_work);
1071 INIT_WORK(&port->bc_work, macvlan_process_broadcast);
1088 /* After this point, no packet can schedule bc_work anymore,
1091 cancel_work_sync(&port->bc_work);

Completed in 40 milliseconds