taglinefilesource code
netdev_chain86net/core/dev.cstruct notifier_block *netdev_chain=NULL;
netdev_chain232net/core/dev.cnotifier_call_chain(&netdev_chain, NETDEV_UP, dev);
netdev_chain260net/core/dev.cnotifier_call_chain(&netdev_chain, NETDEV_DOWN, dev);
netdev_chain295net/core/dev.creturn notifier_chain_register(&netdev_chain, nb);
netdev_chain300net/core/dev.creturn notifier_chain_unregister(&netdev_chain,nb);