taglinefilesource code
netdev_chain92net/core/dev.cstruct notifier_block *netdev_chain=NULL;
netdev_chain232net/core/dev.cnotifier_call_chain(&netdev_chain, NETDEV_UP, dev);
netdev_chain263net/core/dev.cnotifier_call_chain(&netdev_chain, NETDEV_DOWN, dev);
netdev_chain297net/core/dev.creturn notifier_chain_register(&netdev_chain, nb);
netdev_chain302net/core/dev.creturn notifier_chain_unregister(&netdev_chain,nb);