call_netdevice_notifiers_info
int call_netdevice_notifiers_info(unsigned long val,
call_netdevice_notifiers_info(NETDEV_CHANGE,
return call_netdevice_notifiers_info(val, &info);
return call_netdevice_notifiers_info(val, &info.info);
ret = call_netdevice_notifiers_info(NETDEV_PRECHANGEUPPER,
ret = call_netdevice_notifiers_info(NETDEV_CHANGEUPPER,
call_netdevice_notifiers_info(NETDEV_PRECHANGEUPPER,
call_netdevice_notifiers_info(NETDEV_CHANGEUPPER,
call_netdevice_notifiers_info(NETDEV_BONDING_INFO,
call_netdevice_notifiers_info(NETDEV_OFFLOAD_XSTATS_DISABLE,
rc = call_netdevice_notifiers_info(NETDEV_OFFLOAD_XSTATS_REPORT_USED,
rc = call_netdevice_notifiers_info(NETDEV_OFFLOAD_XSTATS_REPORT_DELTA,
call_netdevice_notifiers_info(NETDEV_CHANGELOWERSTATE,
call_netdevice_notifiers_info(NETDEV_CHANGE, &change_info.info);
rc = call_netdevice_notifiers_info(NETDEV_PRE_CHANGEADDR, &info.info);