Home
last modified time | relevance | path

Searched refs:NETDEV_PRE_TYPE_CHANGE (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/lib/
H A Dnetdev-notifier-error-inject.c18 { NOTIFIER_ERR_INJECT_ACTION(NETDEV_PRE_TYPE_CHANGE) },
/openbmc/linux/net/hsr/
H A Dhsr_main.c114 case NETDEV_PRE_TYPE_CHANGE: in hsr_netdev_notify()
/openbmc/linux/Documentation/fault-injection/
H A Dnotifier-error-inject.rst76 * NETDEV_PRE_TYPE_CHANGE
/openbmc/linux/drivers/net/wan/
H A Dhdlc.c303 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in detach_hdlc_protocol()
/openbmc/linux/net/bridge/
H A Dbr.c124 case NETDEV_PRE_TYPE_CHANGE: in br_device_event()
/openbmc/linux/net/8021q/
H A Dvlan.c493 case NETDEV_PRE_TYPE_CHANGE: in vlan_device_event()
/openbmc/linux/net/batman-adv/
H A Dhard-interface.c984 case NETDEV_PRE_TYPE_CHANGE: in batadv_hard_if_event()
/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan_main.c796 case NETDEV_PRE_TYPE_CHANGE: in ipvlan_device_event()
/openbmc/linux/drivers/net/usb/
H A Dqmi_wwan.c373 ret = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev->net); in raw_ip_store()
/openbmc/linux/drivers/net/team/
H A Dteam.c2165 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in team_dev_type_check_change()
3055 case NETDEV_PRE_TYPE_CHANGE: in team_device_event()
/openbmc/linux/net/x25/
H A Daf_x25.c228 case NETDEV_PRE_TYPE_CHANGE: in x25_device_event()
/openbmc/linux/drivers/net/
H A Dmacvlan.c1841 case NETDEV_PRE_TYPE_CHANGE: in macvlan_device_event()
H A Dtun.c3237 ret = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, in __tun_chr_ioctl()
/openbmc/linux/net/ipv4/
H A Ddevinet.c1625 case NETDEV_PRE_TYPE_CHANGE: in inetdev_event()
/openbmc/linux/net/ipv6/
H A Daddrconf.c3769 case NETDEV_PRE_TYPE_CHANGE: in addrconf_notify()
3805 else if (event == NETDEV_PRE_TYPE_CHANGE) in addrconf_type_change()
/openbmc/linux/include/linux/
H A Dnetdevice.h2881 NETDEV_PRE_TYPE_CHANGE, enumerator
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c1948 res = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, in bond_enslave()