| tag | line | file | source code |
| notifier_block | 273 | include/linux/netdevice.h | extern int register_netdevice_notifier(struct notifier_block *nb); |
| notifier_block | 274 | include/linux/netdevice.h | extern int unregister_netdevice_notifier(struct notifier_block *nb); |
| notifier_block | 16 | include/linux/notifier.h | int (*notifier_call)(struct notifier_block *this, unsigned long, void *); |
| notifier_block | 17 | include/linux/notifier.h | struct notifier_block *next; |
| notifier_block | 29 | include/linux/notifier.h | extern __inline__ int notifier_chain_register(struct notifier_block **list, struct notifier_block *n) |
| notifier_block | 47 | include/linux/notifier.h | extern __inline__ int notifier_chain_unregister(struct notifier_block **nl, struct notifier_block *n) |
| notifier_block | 65 | include/linux/notifier.h | extern __inline__ int notifier_call_chain(struct notifier_block **n, unsigned long val, void *v) |
| notifier_block | 68 | include/linux/notifier.h | struct notifier_block *nb = *n; |
| notifier_block | 81 | include/net/sock.h | struct notifier_block notifier; /* Used when bound */ |
| notifier_block | 375 | net/appletalk/aarp.c | static int aarp_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
| notifier_block | 742 | net/appletalk/aarp.c | static struct notifier_block aarp_notifier={ |
| notifier_block | 666 | net/appletalk/ddp.c | static int ddp_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
| notifier_block | 1869 | net/appletalk/ddp.c | static struct notifier_block ddp_notifier={ |
| notifier_block | 227 | net/ax25/af_ax25.c | static int ax25_device_event(struct notifier_block *this,unsigned long event, void *ptr) |
| notifier_block | 2109 | net/ax25/af_ax25.c | static struct notifier_block ax25_dev_notifier = { |
| notifier_block | 90 | net/core/dev.c | struct notifier_block *netdev_chain=NULL; |
| notifier_block | 293 | net/core/dev.c | int register_netdevice_notifier(struct notifier_block *nb) |
| notifier_block | 298 | net/core/dev.c | int unregister_netdevice_notifier(struct notifier_block *nb) |
| notifier_block | 297 | net/ipv4/arp.c | int arp_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
| notifier_block | 1444 | net/ipv4/arp.c | static struct notifier_block arp_dev_notifier={ |
| notifier_block | 1080 | net/ipv4/ip_output.c | static int ip_rt_event(struct notifier_block *this, unsigned long event, void *ptr) |
| notifier_block | 1101 | net/ipv4/ip_output.c | struct notifier_block ip_rt_notifier={ |
| notifier_block | 670 | net/ipv4/ipmr.c | static int ipmr_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
| notifier_block | 690 | net/ipv4/ipmr.c | static struct notifier_block ip_mr_notifier={ |
| notifier_block | 330 | net/ipv4/packet.c | static int packet_unbind(struct notifier_block *this, unsigned long msg, void *data) |
| notifier_block | 166 | net/ipv4/rarp.c | static int rarp_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
| notifier_block | 178 | net/ipv4/rarp.c | static struct notifier_block rarp_dev_notifier={ |
| notifier_block | 1952 | net/ipx/af_ipx.c | static struct notifier_block ipx_dev_notifier={ |
| notifier_block | 127 | net/netrom/af_netrom.c | static int nr_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
| notifier_block | 1362 | net/netrom/af_netrom.c | static struct notifier_block nr_dev_notifier = { |