Home
last modified time | relevance | path

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

/linux/lib/
H A Dnetdev-notifier-error-inject.c18 { NOTIFIER_ERR_INJECT_ACTION(NETDEV_PRE_TYPE_CHANGE) },
/linux/net/core/
H A Dlock_debug.c39 case NETDEV_PRE_TYPE_CHANGE: in netdev_debug_event()
/linux/net/hsr/
H A Dhsr_main.c123 case NETDEV_PRE_TYPE_CHANGE: in hsr_netdev_notify()
/linux/Documentation/fault-injection/
H A Dnotifier-error-inject.rst76 * NETDEV_PRE_TYPE_CHANGE
/linux/drivers/net/wan/
H A Dhdlc.c303 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in detach_hdlc_protocol()
/linux/net/batman-adv/
H A Dhard-interface.c971 case NETDEV_PRE_TYPE_CHANGE: in batadv_hard_if_event()
/linux/net/8021q/
H A Dvlan.c516 case NETDEV_PRE_TYPE_CHANGE: in vlan_device_event()
/linux/drivers/net/ipvlan/
H A Dipvlan_main.c802 case NETDEV_PRE_TYPE_CHANGE: in ipvlan_device_event()
/linux/drivers/net/usb/
H A Dqmi_wwan.c366 ret = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev->net); in raw_ip_store()
/linux/drivers/net/team/
H A Dteam_core.c2151 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in team_dev_type_check_change()
3006 case NETDEV_PRE_TYPE_CHANGE: in team_device_event()
/linux/net/x25/
H A Daf_x25.c228 case NETDEV_PRE_TYPE_CHANGE: in x25_device_event()
/linux/drivers/net/
H A Dmacvlan.c1836 case NETDEV_PRE_TYPE_CHANGE: in macvlan_device_event()
H A Dtun.c3191 ret = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, in __tun_chr_ioctl()
/linux/net/ipv4/
H A Ddevinet.c1644 case NETDEV_PRE_TYPE_CHANGE: in inetdev_event()
/linux/net/ipv6/
H A Daddrconf.c3794 case NETDEV_PRE_TYPE_CHANGE: in addrconf_notify()
3830 else if (event == NETDEV_PRE_TYPE_CHANGE) in addrconf_type_change()
/linux/include/linux/
H A Dnetdevice.h3136 NETDEV_PRE_TYPE_CHANGE, enumerator
/linux/drivers/net/bonding/
H A Dbond_main.c2038 res = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, in bond_enslave()