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