Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/
H A Dmacvlan.c48 struct work_struct bc_work; member
298 bc_work); in macvlan_process_broadcast()
365 schedule_work(&port->bc_work); in macvlan_broadcast_enqueue()
1222 INIT_WORK(&port->bc_work, macvlan_process_broadcast); in macvlan_port_create()
1240 /* After this point, no packet can schedule bc_work anymore, in macvlan_port_destroy()
1243 cancel_work_sync(&port->bc_work); in macvlan_port_destroy()
/kernel/linux/linux-6.6/drivers/net/
H A Dmacvlan.c48 struct work_struct bc_work; member
324 bc_work); in macvlan_process_broadcast()
371 queue_work(system_unbound_wq, &port->bc_work); in macvlan_broadcast_enqueue()
1269 INIT_WORK(&port->bc_work, macvlan_process_broadcast); in macvlan_port_create()
1287 /* After this point, no packet can schedule bc_work anymore, in macvlan_port_destroy()
1290 cancel_work_sync(&port->bc_work); in macvlan_port_destroy()

Completed in 9 milliseconds