Searched refs:NETDEV_DOWN (Results 1 – 25 of 53) sorted by relevance
123
/linux-3.4.99/net/bridge/ |
D | br_notify.c | 77 case NETDEV_DOWN: in br_device_event() 109 event == NETDEV_CHANGE || event == NETDEV_DOWN) in br_device_event()
|
/linux-3.4.99/net/core/ |
D | dst.c | 387 case NETDEV_DOWN: in dst_dev_event() 391 dst_ifdown(dst, dev, event != NETDEV_DOWN); in dst_dev_event() 404 dst_ifdown(dst, dev, event != NETDEV_DOWN); in dst_dev_event()
|
D | dev.c | 1282 call_netdevice_notifiers(NETDEV_DOWN, dev); in dev_close_many() 1395 nb->notifier_call(nb, NETDEV_DOWN, dev); in register_netdevice_notifier() 1437 nb->notifier_call(nb, NETDEV_DOWN, dev); in unregister_netdevice_notifier() 4705 call_netdevice_notifiers(NETDEV_DOWN, dev); in __dev_notify_flags()
|
/linux-3.4.99/net/ipv4/netfilter/ |
D | ipt_MASQUERADE.c | 109 if (event == NETDEV_DOWN) { in masq_device_event()
|
D | ip_queue.c | 479 if (event == NETDEV_DOWN) in ipq_rcv_dev_event()
|
/linux-3.4.99/security/selinux/ |
D | netif.c | 273 if (event == NETDEV_DOWN) in sel_netif_netdev_notifier_handler()
|
/linux-3.4.99/net/tipc/ |
D | eth_media.c | 278 case NETDEV_DOWN: in recv_notification()
|
/linux-3.4.99/arch/ia64/hp/sim/ |
D | simeth.c | 287 if ( event != NETDEV_UP && event != NETDEV_DOWN ) return NOTIFY_DONE; in simeth_device_event()
|
/linux-3.4.99/drivers/net/wan/ |
D | lapbether.c | 387 case NETDEV_DOWN: in lapbeth_device_event()
|
/linux-3.4.99/drivers/net/hamradio/ |
D | bpqether.c | 563 case NETDEV_DOWN: /* ethernet device closed -> close BPQ interface */ in bpq_device_event()
|
/linux-3.4.99/net/caif/ |
D | caif_dev.c | 407 case NETDEV_DOWN: in caif_device_notify()
|
/linux-3.4.99/net/ipv4/ |
D | fib_frontend.c | 975 case NETDEV_DOWN: in fib_inetaddr_event() 1016 case NETDEV_DOWN: in fib_netdev_event()
|
D | devinet.c | 354 NETDEV_DOWN, ifa); in __inet_del_ifa() 390 blocking_notifier_call_chain(&inetaddr_chain, NETDEV_DOWN, ifa1); in __inet_del_ifa() 1209 case NETDEV_DOWN: in inetdev_event()
|
/linux-3.4.99/net/8021q/ |
D | vlan.c | 405 case NETDEV_DOWN: in vlan_device_event()
|
/linux-3.4.99/net/batman-adv/ |
D | hard-interface.c | 508 case NETDEV_DOWN: in hard_if_event()
|
/linux-3.4.99/net/ipv6/netfilter/ |
D | ip6_queue.c | 481 if (event == NETDEV_DOWN) in ipq_rcv_dev_event()
|
/linux-3.4.99/net/can/ |
D | raw.c | 268 case NETDEV_DOWN: in raw_notifier()
|
/linux-3.4.99/net/ipv6/ |
D | addrconf.c | 775 atomic_notifier_call_chain(&inet6addr_chain, NETDEV_DOWN, ifp); in ipv6_del_addr() 2741 case NETDEV_DOWN: in addrconf_notify() 2746 addrconf_ifdown(dev, event != NETDEV_DOWN); in addrconf_notify() 2881 atomic_notifier_call_chain(&inet6addr_chain, NETDEV_DOWN, ifa); in addrconf_ifdown() 4339 addrconf_notify(NULL, NETDEV_DOWN, idev->dev); in dev_disable_change()
|
/linux-3.4.99/net/decnet/ |
D | dn_fib.c | 657 case NETDEV_DOWN: in dn_fib_dnaddr_event()
|
/linux-3.4.99/arch/um/drivers/ |
D | net_kern.c | 771 case NETDEV_DOWN: in uml_inetaddr_event()
|
/linux-3.4.99/net/appletalk/ |
D | aarp.c | 341 if (event == NETDEV_DOWN) { in aarp_device_event()
|
/linux-3.4.99/net/netfilter/ |
D | nfnetlink_queue.c | 574 if (event == NETDEV_DOWN) in nfqnl_rcv_dev_event()
|
/linux-3.4.99/drivers/net/ppp/ |
D | pppoe.c | 358 case NETDEV_DOWN: in pppoe_device_event()
|
/linux-3.4.99/net/sctp/ |
D | ipv6.c | 119 case NETDEV_DOWN: in sctp_inet6addr_event()
|
/linux-3.4.99/net/wireless/ |
D | core.c | 877 case NETDEV_DOWN: in cfg80211_netdev_notifier_call()
|
123