Searched refs:call_netdevice_notifiers (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/drivers/net/wan/
H A Dhdlc_raw_eth.c104 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev);
H A Dhdlc_raw.c84 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev);
H A Dhdlc_x25.c360 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev);
H A Dhdlc.c303 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev);
H A Dhdlc_cisco.c359 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev);
H A Dhdlc_ppp.c700 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev);
H A Dhdlc_fr.c1248 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev);
/linux-master/include/linux/
H A Dif_vlan.h96 return notifier_to_errno(call_netdevice_notifiers(NETDEV_CVLAN_FILTER_PUSH_INFO, dev));
102 call_netdevice_notifiers(NETDEV_CVLAN_FILTER_DROP_INFO, dev);
108 return notifier_to_errno(call_netdevice_notifiers(NETDEV_SVLAN_FILTER_PUSH_INFO, dev));
114 call_netdevice_notifiers(NETDEV_SVLAN_FILTER_DROP_INFO, dev);
/linux-master/net/hsr/
H A Dhsr_main.c79 call_netdevice_notifiers(NETDEV_CHANGEADDR,
/linux-master/include/net/
H A Dudp_tunnel.h138 call_netdevice_notifiers(NETDEV_UDP_TUNNEL_PUSH_INFO, dev);
146 call_netdevice_notifiers(NETDEV_UDP_TUNNEL_DROP_INFO, dev);
/linux-master/net/bridge/
H A Dbr.c84 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev);
130 call_netdevice_notifiers(event, br->dev);
H A Dbr_if.c603 call_netdevice_notifiers(NETDEV_JOIN, dev);
693 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev);
749 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev);
/linux-master/net/core/
H A Ddev_addr_lists.c610 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
647 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
H A Ddev.c1224 ret = call_netdevice_notifiers(NETDEV_CHANGENAME, dev);
1313 call_netdevice_notifiers(NETDEV_FEAT_CHANGE, dev);
1353 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, dev);
1354 call_netdevice_notifiers(NETDEV_RESEND_IGMP, dev);
1471 call_netdevice_notifiers(NETDEV_UP, dev);
1488 call_netdevice_notifiers(NETDEV_GOING_DOWN, dev);
1543 call_netdevice_notifiers(NETDEV_DOWN, dev);
1992 * call_netdevice_notifiers - call all network notifier blocks
2000 int call_netdevice_notifiers(unsigned long val, struct net_device *dev) function
2004 EXPORT_SYMBOL(call_netdevice_notifiers); variable
[all...]
H A Ddev_ioctl.c550 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
H A Dxdp.c817 call_netdevice_notifiers(NETDEV_XDP_FEAT_CHANGE, dev);
/linux-master/drivers/net/bonding/
H A Dbond_main.c854 call_netdevice_notifiers(NETDEV_RESEND_IGMP, bond->dev);
934 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond_dev);
1237 call_netdevice_notifiers(NETDEV_BONDING_FAILOVER, bond->dev);
1240 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS,
1904 res = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE,
1921 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE,
1955 call_netdevice_notifiers(NETDEV_JOIN, slave_dev);
2466 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond->dev);
2467 call_netdevice_notifiers(NETDEV_RELEASE, bond->dev);
2860 call_netdevice_notifiers(NETDEV_NOTIFY_PEER
[all...]
H A Dbond_options.c811 call_netdevice_notifiers(NETDEV_CHANGEINFODATA, bond->dev);
/linux-master/drivers/net/team/
H A Dteam.c643 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, team->dev);
689 call_netdevice_notifiers(NETDEV_RESEND_IGMP, team->dev);
2155 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev);
2164 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev);
3048 call_netdevice_notifiers(event, port->team->dev);
/linux-master/net/8021q/
H A Dvlan.c503 call_netdevice_notifiers(event, vlandev);
H A Dvlan_dev.c255 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
/linux-master/drivers/net/usb/
H A Dqmi_wwan.c372 ret = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev->net);
384 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev->net);
/linux-master/drivers/net/
H A Dnet_failover.c555 call_netdevice_notifiers(NETDEV_JOIN, slave_dev);
/linux-master/drivers/net/ipvlan/
H A Dipvlan_main.c793 call_netdevice_notifiers(NETDEV_CHANGEADDR, ipvlan->dev);
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_main.c2330 call_netdevice_notifiers(NETDEV_REBOOT, enic->netdev);
2356 call_netdevice_notifiers(NETDEV_REBOOT, enic->netdev);

Completed in 515 milliseconds

12