Home
last modified time | relevance | path

Searched refs:NETDEV_PRE_CHANGEADDR (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr.c66 case NETDEV_PRE_CHANGEADDR: in br_device_event()
/OK3568_Linux_fs/kernel/drivers/net/ipvlan/
H A Dipvlan_main.c774 case NETDEV_PRE_CHANGEADDR: in ipvlan_device_event()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h2728 NETDEV_PRE_CHANGEADDR, /* notify before the address change */ enumerator
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c4324 else if (event == NETDEV_PRE_CHANGEADDR || in mlxsw_sp_netdevice_event()
H A Dspectrum_router.c7287 case NETDEV_PRE_CHANGEADDR: in mlxsw_sp_netdevice_router_port_event()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c8726 rc = call_netdevice_notifiers_info(NETDEV_PRE_CHANGEADDR, &info.info); in dev_pre_changeaddr_notify()