Home
last modified time | relevance | path

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

/linux/net/core/
H A Dnetdev_work.c80 void netdev_work_sched(struct net_device *dev, unsigned long events) in netdev_work_sched() function
84 EXPORT_SYMBOL(netdev_work_sched);
/linux/net/8021q/
H A Dvlan.c425 netdev_work_sched(vlandev, VLAN_WORK_MTU); in vlan_device_event()
431 netdev_work_sched(vlandev, VLAN_WORK_FEATURES); in vlan_device_event()
437 netdev_work_sched(vlandev, VLAN_WORK_LINK_STATE); in vlan_device_event()
/linux/include/linux/
H A Dnetdevice.h5218 void netdev_work_sched(struct net_device *dev, unsigned long events);