taglinefilesource code
notifier82include/net/sock.hstruct notifier_block  notifier;    /* Used when bound */
notifier220net/ipv4/packet.cunregister_netdevice_notifier(&sk->protinfo.af_packet.notifier);
notifier377net/ipv4/packet.csk->protinfo.af_packet.notifier.notifier_call=packet_unbind;
notifier378net/ipv4/packet.csk->protinfo.af_packet.notifier.priority=0;
notifier380net/ipv4/packet.cregister_netdevice_notifier(&sk->protinfo.af_packet.notifier);
notifier330net/ipx/af_ipx.cipxitf_device_event(struct notifier_block *notifier, unsigned long event, void *ptr)