call_netdevice_notifiers

Name

call_netdevice_notifiers --  call all network notifier blocks

Synopsis

int call_netdevice_notifiers (unsigned long val, void * v);

Arguments

val

value passed unmodified to notifier function

v

pointer passed unmodified to notifier function

Description

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