Home
last modified time | relevance | path

Searched refs:list_kill (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/core/
Drtnetlink.c338 LIST_HEAD(list_kill); in __rtnl_kill_links()
342 ops->dellink(dev, &list_kill); in __rtnl_kill_links()
344 unregister_netdevice_many(&list_kill); in __rtnl_kill_links()
1991 LIST_HEAD(list_kill); in rtnl_group_dellink()
2016 ops->dellink(dev, &list_kill); in rtnl_group_dellink()
2019 unregister_netdevice_many(&list_kill); in rtnl_group_dellink()
2027 LIST_HEAD(list_kill); in rtnl_delete_link()
2033 ops->dellink(dev, &list_kill); in rtnl_delete_link()
2034 unregister_netdevice_many(&list_kill); in rtnl_delete_link()
2399 LIST_HEAD(list_kill); in rtnl_newlink()
[all …]
/linux-4.4.14/net/ipv4/
Dudp.c1196 struct sk_buff_head list_kill, *rcvq = &sk->sk_receive_queue; in first_packet_length() local
1200 __skb_queue_head_init(&list_kill); in first_packet_length()
1211 __skb_queue_tail(&list_kill, skb); in first_packet_length()
1216 if (!skb_queue_empty(&list_kill)) { in first_packet_length()
1219 __skb_queue_purge(&list_kill); in first_packet_length()
/linux-4.4.14/drivers/net/
Dmacvlan.c1517 LIST_HEAD(list_kill); in macvlan_device_event()
1561 vlan->dev->rtnl_link_ops->dellink(vlan->dev, &list_kill); in macvlan_device_event()
1562 unregister_netdevice_many(&list_kill); in macvlan_device_event()
Dvxlan.c3183 LIST_HEAD(list_kill); in vxlan_handle_lowerdev_unregister()
3195 vxlan_dellink(vxlan->dev, &list_kill); in vxlan_handle_lowerdev_unregister()
3198 unregister_netdevice_many(&list_kill); in vxlan_handle_lowerdev_unregister()