Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr.c66 case NETDEV_PRE_CHANGEADDR: in br_device_event()
/linux/drivers/net/ipvlan/
H A Dipvlan_main.c780 case NETDEV_PRE_CHANGEADDR: in ipvlan_device_event()
/linux/include/linux/
H A Dnetdevice.h2862 NETDEV_PRE_CHANGEADDR, /* notify before the address change */ enumerator
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c9949 case NETDEV_PRE_CHANGEADDR: in mlxsw_sp_is_router_event()
9977 case NETDEV_PRE_CHANGEADDR: in mlxsw_sp_netdevice_router_port_event()
/linux/net/core/
H A Ddev.c9010 rc = call_netdevice_notifiers_info(NETDEV_PRE_CHANGEADDR, &info.info); in dev_pre_changeaddr_notify()