1. NAME

call_netdevice_notifiers - call all network notifier blocks

2. SYNOPSIS

int call_netdevice_notifiers(unsigned long  val , struct net_device *  dev );

3. ARGUMENTS

val
    value passed unmodified to notifier function

dev
    net_device pointer passed unmodified to notifier function

4. DESCRIPTION

Call all network notifier blocks. Parameters and return value are as for raw_notifier_call_chain.

5. COPYRIGHT