Searched refs:NETDEV_DOWN (Results 1 – 25 of 52) sorted by relevance
123
/linux-2.6.39/net/bridge/ |
D | br_notify.c | 69 case NETDEV_DOWN: in br_device_event() 101 event == NETDEV_CHANGE || event == NETDEV_DOWN) in br_device_event()
|
/linux-2.6.39/drivers/net/bonding/ |
D | bond_ipv6.c | 174 case NETDEV_DOWN: in bond_inet6addr_event() 197 case NETDEV_DOWN: in bond_inet6addr_event()
|
/linux-2.6.39/net/core/ |
D | dst.c | 386 case NETDEV_DOWN: in dst_dev_event() 390 dst_ifdown(dst, dev, event != NETDEV_DOWN); in dst_dev_event() 403 dst_ifdown(dst, dev, event != NETDEV_DOWN); in dst_dev_event()
|
/linux-2.6.39/net/ipv4/netfilter/ |
D | ipt_MASQUERADE.c | 109 if (event == NETDEV_DOWN) { in masq_device_event()
|
D | ip_queue.c | 477 if (event == NETDEV_DOWN) in ipq_rcv_dev_event()
|
/linux-2.6.39/net/caif/ |
D | caif_dev.c | 280 atomic_read(&caifd->state) == NETDEV_DOWN) in caif_device_notify() 295 case NETDEV_DOWN: in caif_device_notify()
|
/linux-2.6.39/include/linux/ |
D | notifier.h | 193 #define NETDEV_DOWN 0x0002 macro
|
/linux-2.6.39/security/selinux/ |
D | netif.c | 289 if (event == NETDEV_DOWN) in sel_netif_netdev_notifier_handler()
|
/linux-2.6.39/net/tipc/ |
D | eth_media.c | 233 case NETDEV_DOWN: in recv_notification()
|
/linux-2.6.39/drivers/net/wan/ |
D | lapbether.c | 393 case NETDEV_DOWN: in lapbeth_device_event()
|
/linux-2.6.39/arch/ia64/hp/sim/ |
D | simeth.c | 305 if ( event != NETDEV_UP && event != NETDEV_DOWN ) return NOTIFY_DONE; in simeth_device_event()
|
/linux-2.6.39/drivers/net/hamradio/ |
D | bpqether.c | 568 case NETDEV_DOWN: /* ethernet device closed -> close BPQ interface */ in bpq_device_event()
|
/linux-2.6.39/net/ipv4/ |
D | fib_frontend.c | 974 case NETDEV_DOWN: in fib_inetaddr_event() 1015 case NETDEV_DOWN: in fib_netdev_event()
|
D | devinet.c | 355 NETDEV_DOWN, ifa); in __inet_del_ifa() 391 blocking_notifier_call_chain(&inetaddr_chain, NETDEV_DOWN, ifa1); in __inet_del_ifa() 1209 case NETDEV_DOWN: in inetdev_event()
|
/linux-2.6.39/net/batman-adv/ |
D | hard-interface.c | 530 case NETDEV_DOWN: in hard_if_event()
|
/linux-2.6.39/net/ipv6/netfilter/ |
D | ip6_queue.c | 478 if (event == NETDEV_DOWN) in ipq_rcv_dev_event()
|
/linux-2.6.39/net/8021q/ |
D | vlan.c | 452 case NETDEV_DOWN: in vlan_device_event()
|
/linux-2.6.39/net/can/ |
D | raw.c | 270 case NETDEV_DOWN: in raw_notifier()
|
/linux-2.6.39/net/ipv6/ |
D | addrconf.c | 792 atomic_notifier_call_chain(&inet6addr_chain, NETDEV_DOWN, ifp); in ipv6_del_addr() 2608 case NETDEV_DOWN: in addrconf_notify() 2613 addrconf_ifdown(dev, event != NETDEV_DOWN); in addrconf_notify() 2748 atomic_notifier_call_chain(&inet6addr_chain, NETDEV_DOWN, ifa); in addrconf_ifdown() 4182 addrconf_notify(NULL, NETDEV_DOWN, idev->dev); in dev_disable_change()
|
/linux-2.6.39/net/netfilter/ |
D | nfnetlink_queue.c | 564 if (event == NETDEV_DOWN) in nfqnl_rcv_dev_event()
|
/linux-2.6.39/net/decnet/ |
D | dn_fib.c | 656 case NETDEV_DOWN: in dn_fib_dnaddr_event()
|
/linux-2.6.39/arch/um/drivers/ |
D | net_kern.c | 754 case NETDEV_DOWN: in uml_inetaddr_event()
|
/linux-2.6.39/net/wireless/ |
D | core.c | 756 case NETDEV_DOWN: in cfg80211_netdev_notifier_call()
|
/linux-2.6.39/net/appletalk/ |
D | aarp.c | 340 if (event == NETDEV_DOWN) { in aarp_device_event()
|
/linux-2.6.39/drivers/net/ |
D | pppoe.c | 357 case NETDEV_DOWN: in pppoe_device_event()
|
123