Searched refs:NETDEV_DOWN (Results 1 – 25 of 55) sorted by relevance
123
/linux/net/netfilter/ |
H A D | nf_nat_masquerade.c | 156 if (event == NETDEV_DOWN) { in masq_device_event() 191 if (event != NETDEV_DOWN) in masq_inet_event() 286 if (event != NETDEV_DOWN) in masq_inet6_event()
|
/linux/net/hsr/ |
H A D | hsr_main.c | 58 case NETDEV_DOWN: /* Administrative state UP */ in hsr_netdev_notify()
|
/linux/net/6lowpan/ |
H A D | core.c | 134 case NETDEV_DOWN: in lowpan_event()
|
/linux/security/selinux/ |
H A D | netif.c | 254 if (event == NETDEV_DOWN) in sel_netif_netdev_notifier_handler()
|
/linux/fs/lockd/ |
H A D | svc.c | 266 if (event != NETDEV_DOWN) in lockd_inetaddr_event() 292 if (event != NETDEV_DOWN) in lockd_inet6addr_event()
|
/linux/net/8021q/ |
H A D | vlan.c | 388 if (event == NETDEV_DOWN && in vlan_device_event() 435 case NETDEV_DOWN: { in vlan_device_event()
|
/linux/net/core/ |
H A D | failover.c | 200 case NETDEV_DOWN: in failover_event()
|
/linux/net/ieee802154/ |
H A D | core.c | 304 case NETDEV_DOWN: in cfg802154_netdev_notifier_call()
|
/linux/fs/nfsd/ |
H A D | nfssvc.c | 459 if (event != NETDEV_DOWN || !nn->nfsd_serv) in nfsd_inetaddr_event() 489 if (event != NETDEV_DOWN || !nn->nfsd_serv) in nfsd_inet6addr_event()
|
/linux/net/can/j1939/ |
H A D | main.c | 375 case NETDEV_DOWN: in j1939_netdev_notify()
|
/linux/drivers/net/hamradio/ |
H A D | bpqether.c | 545 case NETDEV_DOWN: /* ethernet device closed -> close BPQ interface */ in bpq_device_event()
|
/linux/net/ipv4/ |
H A D | fib_frontend.c | 1455 case NETDEV_DOWN: in fib_inetaddr_event() 1502 case NETDEV_DOWN: in fib_netdev_event() 1524 fib_disable_ip(dev, NETDEV_DOWN, true); in fib_netdev_event()
|
H A D | devinet.c | 422 NETDEV_DOWN, ifa); in __inet_del_ifa() 459 blocking_notifier_call_chain(&inetaddr_chain, NETDEV_DOWN, ifa1); in __inet_del_ifa() 1649 case NETDEV_DOWN: in inetdev_event()
|
H A D | fib_semantics.c | 1988 case NETDEV_DOWN: in fib_sync_down_dev() 2010 case NETDEV_DOWN: in fib_sync_down_dev()
|
/linux/net/lapb/ |
H A D | lapb_iface.c | 494 case NETDEV_DOWN: in lapb_device_event()
|
/linux/net/caif/ |
H A D | caif_dev.c | 422 case NETDEV_DOWN: in caif_device_notify()
|
/linux/fs/smb/server/ |
H A D | transport_tcp.c | 548 case NETDEV_DOWN: in ksmbd_netdev_event()
|
/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_router.c | 1304 case NETDEV_DOWN: in __prestera_inetaddr_port_event() 1340 if (event != NETDEV_DOWN) in __prestera_inetaddr_cb()
|
/linux/net/batman-adv/ |
H A D | hard-interface.c | 980 case NETDEV_DOWN: in batadv_hard_if_event()
|
/linux/net/can/ |
H A D | bcm.c | 1493 case NETDEV_DOWN: in bcm_notify() 1509 if (msg != NETDEV_UNREGISTER && msg != NETDEV_DOWN) in bcm_notifier()
|
H A D | isotp.c | 1574 case NETDEV_DOWN: in isotp_notify() 1589 if (msg != NETDEV_UNREGISTER && msg != NETDEV_DOWN) in isotp_notifier()
|
/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_net.c | 620 case NETDEV_DOWN: in rxe_notify()
|
/linux/net/ipv6/ |
H A D | addrconf.c | 1332 inet6addr_notifier_call_chain(NETDEV_DOWN, ifp); in ipv6_del_addr() 3770 case NETDEV_DOWN: in addrconf_notify() 3775 addrconf_ifdown(dev, event != NETDEV_DOWN); in addrconf_notify() 3841 unsigned long event = unregister ? NETDEV_UNREGISTER : NETDEV_DOWN; in addrconf_ifdown() 3977 inet6addr_notifier_call_chain(NETDEV_DOWN, ifa); in addrconf_ifdown() 6357 addrconf_notify(NULL, NETDEV_DOWN, &info); in dev_disable_change()
|
/linux/drivers/s390/net/ |
H A D | qeth_l3_main.c | 2081 case NETDEV_DOWN: in qeth_l3_handle_ip_event() 2156 if (event != NETDEV_UP && event != NETDEV_DOWN) in qeth_l3_ip6_event()
|
/linux/drivers/net/ppp/ |
H A D | pppoe.c | 344 case NETDEV_DOWN: in pppoe_device_event()
|
123