Home
last modified time | relevance | path

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

/linux-4.4.14/net/8021q/
Dvlan.c481 case NETDEV_NOTIFY_PEERS: in vlan_device_event()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c889 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, in bond_change_active_slave()
2222 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, bond->dev); in bond_mii_monitor()
2914 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, in bond_activebackup_arp_mon()
2950 case NETDEV_NOTIFY_PEERS: in bond_master_netdev_event()
/linux-4.4.14/drivers/net/
Dmacvlan.c1568 case NETDEV_NOTIFY_PEERS: in macvlan_device_event()
/linux-4.4.14/net/ipv6/
Dndisc.c1705 case NETDEV_NOTIFY_PEERS: in ndisc_netdev_event()
/linux-4.4.14/net/ipv4/
Ddevinet.c1440 case NETDEV_NOTIFY_PEERS: in inetdev_event()
/linux-4.4.14/drivers/net/team/
Dteam.c637 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, team->dev); in team_notify_peers_work()
/linux-4.4.14/include/linux/
Dnetdevice.h2116 #define NETDEV_NOTIFY_PEERS 0x0013 macro
/linux-4.4.14/net/core/
Ddev.c1301 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, dev); in netdev_notify_peers()