Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/
Dmacvlan.c814 LIST_HEAD(list_kill); in macvlan_device_event()
840 vlan->dev->rtnl_link_ops->dellink(vlan->dev, &list_kill); in macvlan_device_event()
841 unregister_netdevice_many(&list_kill); in macvlan_device_event()
842 list_del(&list_kill); in macvlan_device_event()
/linux-3.4.99/net/core/
Drtnetlink.c328 LIST_HEAD(list_kill); in __rtnl_kill_links()
332 ops->dellink(dev, &list_kill); in __rtnl_kill_links()
334 unregister_netdevice_many(&list_kill); in __rtnl_kill_links()
1600 LIST_HEAD(list_kill); in rtnl_dellink()
1624 ops->dellink(dev, &list_kill); in rtnl_dellink()
1625 unregister_netdevice_many(&list_kill); in rtnl_dellink()
1626 list_del(&list_kill); in rtnl_dellink()
/linux-3.4.99/net/ipv4/
Dudp.c1098 struct sk_buff_head list_kill, *rcvq = &sk->sk_receive_queue; in first_packet_length() local
1102 __skb_queue_head_init(&list_kill); in first_packet_length()
1111 __skb_queue_tail(&list_kill, skb); in first_packet_length()
1116 if (!skb_queue_empty(&list_kill)) { in first_packet_length()
1119 __skb_queue_purge(&list_kill); in first_packet_length()