taglinefilesource code
notifier_block289include/linux/netdevice.hextern int     register_netdevice_notifier(struct notifier_block *nb);
notifier_block290include/linux/netdevice.hextern int    unregister_netdevice_notifier(struct notifier_block *nb);
notifier_block16include/linux/notifier.hint (*notifier_call)(struct notifier_block *this, unsigned long, void *);
notifier_block17include/linux/notifier.hstruct notifier_block *next;
notifier_block29include/linux/notifier.hextern __inline__ int notifier_chain_register(struct notifier_block **list, struct notifier_block *n)
notifier_block47include/linux/notifier.hextern __inline__ int notifier_chain_unregister(struct notifier_block **nl, struct notifier_block *n)
notifier_block65include/linux/notifier.hextern __inline__ int notifier_call_chain(struct notifier_block **n, unsigned long val, void *v)
notifier_block68include/linux/notifier.hstruct notifier_block *nb = *n;
notifier_block82include/net/sock.hstruct notifier_block  notifier;    /* Used when bound */
notifier_block375net/appletalk/aarp.cstatic int aarp_device_event(struct notifier_block *this, unsigned long event, void *ptr)
notifier_block742net/appletalk/aarp.cstatic struct notifier_block aarp_notifier={
notifier_block666net/appletalk/ddp.cstatic int ddp_device_event(struct notifier_block *this, unsigned long event, void *ptr)
notifier_block1869net/appletalk/ddp.cstatic struct notifier_block ddp_notifier={
notifier_block227net/ax25/af_ax25.cstatic int ax25_device_event(struct notifier_block *this,unsigned long event, void *ptr)
notifier_block2124net/ax25/af_ax25.cstatic struct notifier_block ax25_dev_notifier = {
notifier_block95net/core/dev.cstruct notifier_block *netdev_chain=NULL;
notifier_block298net/core/dev.cint register_netdevice_notifier(struct notifier_block *nb)
notifier_block303net/core/dev.cint unregister_netdevice_notifier(struct notifier_block *nb)
notifier_block964net/core/net_alias.cint net_alias_device_event(struct notifier_block *this, unsigned long event, void *ptr)
notifier_block1243net/core/net_alias.cstatic struct notifier_block net_alias_dev_notifier = {
notifier_block581net/ipv4/arp.cint arp_device_event(struct notifier_block *this, unsigned long event, void *ptr)
notifier_block1984net/ipv4/arp.cstatic struct notifier_block arp_dev_notifier={
notifier_block1064net/ipv4/ip_output.cstatic int ip_rt_event(struct notifier_block *this, unsigned long event, void *ptr)
notifier_block1085net/ipv4/ip_output.cstruct notifier_block ip_rt_notifier={
notifier_block671net/ipv4/ipmr.cstatic int ipmr_device_event(struct notifier_block *this, unsigned long event, void *ptr)
notifier_block691net/ipv4/ipmr.cstatic struct notifier_block ip_mr_notifier={
notifier_block330net/ipv4/packet.cstatic int packet_unbind(struct notifier_block *this, unsigned long msg, void *data)
notifier_block161net/ipv4/rarp.cstatic int rarp_device_event(struct notifier_block *this, unsigned long event, void *ptr)
notifier_block173net/ipv4/rarp.cstatic struct notifier_block rarp_dev_notifier={
notifier_block307net/ipx/af_ipx.cipxitf_device_event(struct notifier_block *notifier, unsigned long event, void *ptr)
notifier_block1997net/ipx/af_ipx.cstatic struct notifier_block ipx_dev_notifier={
notifier_block127net/netrom/af_netrom.cstatic int nr_device_event(struct notifier_block *this, unsigned long event, void *ptr)
notifier_block1362net/netrom/af_netrom.cstatic struct notifier_block nr_dev_notifier = {