taglinefilesource code
netdev_chain95net/core/dev.cstruct notifier_block *netdev_chain=NULL;
netdev_chain235net/core/dev.cnotifier_call_chain(&netdev_chain, NETDEV_UP, dev);
netdev_chain266net/core/dev.cnotifier_call_chain(&netdev_chain, NETDEV_DOWN, dev);
netdev_chain300net/core/dev.creturn notifier_chain_register(&netdev_chain, nb);
netdev_chain305net/core/dev.creturn notifier_chain_unregister(&netdev_chain,nb);