Home
last modified time | relevance | path

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

/linux-4.1.27/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()
1867 LIST_HEAD(list_kill); in rtnl_group_dellink()
1892 ops->dellink(dev, &list_kill); in rtnl_group_dellink()
1895 unregister_netdevice_many(&list_kill); in rtnl_group_dellink()
1909 LIST_HEAD(list_kill); in rtnl_dellink()
1935 ops->dellink(dev, &list_kill); in rtnl_dellink()
1936 unregister_netdevice_many(&list_kill); in rtnl_dellink()
2267 LIST_HEAD(list_kill); in rtnl_newlink()
[all …]
/linux-4.1.27/net/ipv4/
Dudp.c1185 struct sk_buff_head list_kill, *rcvq = &sk->sk_receive_queue; in first_packet_length() local
1189 __skb_queue_head_init(&list_kill); in first_packet_length()
1200 __skb_queue_tail(&list_kill, skb); in first_packet_length()
1205 if (!skb_queue_empty(&list_kill)) { in first_packet_length()
1208 __skb_queue_purge(&list_kill); in first_packet_length()
/linux-4.1.27/drivers/net/
Dmacvlan.c1514 LIST_HEAD(list_kill); in macvlan_device_event()
1558 vlan->dev->rtnl_link_ops->dellink(vlan->dev, &list_kill); in macvlan_device_event()
1559 unregister_netdevice_many(&list_kill); in macvlan_device_event()
Dvxlan.c2905 LIST_HEAD(list_kill); in vxlan_handle_lowerdev_unregister()
2917 vxlan_dellink(vxlan->dev, &list_kill); in vxlan_handle_lowerdev_unregister()
2920 unregister_netdevice_many(&list_kill); in vxlan_handle_lowerdev_unregister()