Home
last modified time | relevance | path

Searched refs:NETDEV_NOTIFY_PEERS (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/net/8021q/
Dvlan.c481 case NETDEV_NOTIFY_PEERS: in vlan_device_event()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c871 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, in bond_change_active_slave()
2201 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, bond->dev); in bond_mii_monitor()
2893 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, in bond_activebackup_arp_mon()
2929 case NETDEV_NOTIFY_PEERS: in bond_master_netdev_event()
/linux-4.1.27/drivers/net/
Dmacvlan.c1565 case NETDEV_NOTIFY_PEERS: in macvlan_device_event()
/linux-4.1.27/net/ipv6/
Dndisc.c1669 case NETDEV_NOTIFY_PEERS: in ndisc_netdev_event()
/linux-4.1.27/net/ipv4/
Ddevinet.c1437 case NETDEV_NOTIFY_PEERS: in inetdev_event()
/linux-4.1.27/include/linux/
Dnetdevice.h2064 #define NETDEV_NOTIFY_PEERS 0x0013 macro
/linux-4.1.27/drivers/net/team/
Dteam.c637 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, team->dev); in team_notify_peers_work()
/linux-4.1.27/net/core/
Ddev.c1269 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, dev); in netdev_notify_peers()