Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Dnetdev-notifier-error-inject.c18 { NOTIFIER_ERR_INJECT_ACTION(NETDEV_PRE_TYPE_CHANGE) },
/Linux-v6.6/net/hsr/
Dhsr_main.c114 case NETDEV_PRE_TYPE_CHANGE: in hsr_netdev_notify()
/Linux-v6.6/Documentation/fault-injection/
Dnotifier-error-inject.rst76 * NETDEV_PRE_TYPE_CHANGE
/Linux-v6.6/drivers/net/wan/
Dhdlc.c303 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in detach_hdlc_protocol()
/Linux-v6.6/net/bridge/
Dbr.c124 case NETDEV_PRE_TYPE_CHANGE: in br_device_event()
/Linux-v6.6/net/8021q/
Dvlan.c492 case NETDEV_PRE_TYPE_CHANGE: in vlan_device_event()
/Linux-v6.6/net/batman-adv/
Dhard-interface.c984 case NETDEV_PRE_TYPE_CHANGE: in batadv_hard_if_event()
/Linux-v6.6/drivers/net/ipvlan/
Dipvlan_main.c795 case NETDEV_PRE_TYPE_CHANGE: in ipvlan_device_event()
/Linux-v6.6/drivers/net/usb/
Dqmi_wwan.c372 ret = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev->net); in raw_ip_store()
/Linux-v6.6/drivers/net/team/
Dteam.c2155 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in team_dev_type_check_change()
3043 case NETDEV_PRE_TYPE_CHANGE: in team_device_event()
/Linux-v6.6/net/x25/
Daf_x25.c228 case NETDEV_PRE_TYPE_CHANGE: in x25_device_event()
/Linux-v6.6/drivers/net/
Dmacvlan.c1841 case NETDEV_PRE_TYPE_CHANGE: in macvlan_device_event()
Dtun.c3225 ret = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, in __tun_chr_ioctl()
/Linux-v6.6/net/ipv4/
Ddevinet.c1611 case NETDEV_PRE_TYPE_CHANGE: in inetdev_event()
/Linux-v6.6/net/ipv6/
Daddrconf.c3733 case NETDEV_PRE_TYPE_CHANGE: in addrconf_notify()
3769 else if (event == NETDEV_PRE_TYPE_CHANGE) in addrconf_type_change()
/Linux-v6.6/include/linux/
Dnetdevice.h2853 NETDEV_PRE_TYPE_CHANGE, enumerator
/Linux-v6.6/drivers/net/bonding/
Dbond_main.c1896 res = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, in bond_enslave()