Home
last modified time | relevance | path

Searched refs:NETDEV_RESEND_IGMP (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/net/bridge/
Dbr.c106 case NETDEV_RESEND_IGMP: in br_device_event()
/linux-4.4.14/net/8021q/
Dvlan.c483 case NETDEV_RESEND_IGMP: in vlan_device_event()
/linux-4.4.14/drivers/net/team/
Dteam.c683 call_netdevice_notifiers(NETDEV_RESEND_IGMP, team->dev); in team_mcast_rejoin_work()
2897 case NETDEV_RESEND_IGMP: in team_device_event()
/linux-4.4.14/drivers/net/
Dmacvlan.c1570 case NETDEV_RESEND_IGMP: in macvlan_device_event()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c552 call_netdevice_notifiers(NETDEV_RESEND_IGMP, bond->dev); in bond_resend_igmp_join_requests_delayed()
3042 case NETDEV_RESEND_IGMP: in bond_slave_netdev_event()
/linux-4.4.14/net/ipv4/
Digmp.c2951 case NETDEV_RESEND_IGMP: in igmp_netdev_event()
/linux-4.4.14/include/linux/
Dnetdevice.h2119 #define NETDEV_RESEND_IGMP 0x0016 macro