Searched refs:list_kill (Results 1 – 4 of 4) sorted by relevance
338 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 …]
1185 struct sk_buff_head list_kill, *rcvq = &sk->sk_receive_queue; in first_packet_length() local1189 __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()
1514 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()
2905 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()