taglinefilesource code
netdev_chain101net/core/dev.cstruct notifier_block *netdev_chain=NULL;
netdev_chain248net/core/dev.cnotifier_call_chain(&netdev_chain, NETDEV_UP, dev);
netdev_chain279net/core/dev.cnotifier_call_chain(&netdev_chain, NETDEV_DOWN, dev);
netdev_chain313net/core/dev.creturn notifier_chain_register(&netdev_chain, nb);
netdev_chain318net/core/dev.creturn notifier_chain_unregister(&netdev_chain,nb);