Home
last modified time | relevance | path

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

/linux-4.1.27/net/8021q/
Dvlan.c78 void unregister_vlan_dev(struct net_device *dev, struct list_head *head) in unregister_vlan_dev() function
468 unregister_vlan_dev(vlandev, &list); in vlan_device_event()
592 unregister_vlan_dev(dev, NULL); in vlan_ioctl_handler()
Dvlan.h111 void unregister_vlan_dev(struct net_device *dev, struct list_head *head);
Dvlan_netlink.c257 .dellink = unregister_vlan_dev,