Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_private_mcast_eht.h67 return !!((pg->key.port->flags & BR_MULTICAST_FAST_LEAVE) && in br_multicast_eht_should_del_pg()
H A Dbr_sysfs_if.c258 BRPORT_ATTR_FLAG(multicast_fast_leave, BR_MULTICAST_FAST_LEAVE);
H A Dbr_multicast_eht.c784 bool eht_enabled = !!(pg->key.port->flags & BR_MULTICAST_FAST_LEAVE); in br_multicast_eht_handle()
H A Dbr_netlink.c248 !!(p->flags & BR_MULTICAST_FAST_LEAVE)) || in br_port_fill_attrs()
956 BR_MULTICAST_FAST_LEAVE); in br_setport()
H A Dbr_multicast.c3612 if (pmctx && (pmctx->port->flags & BR_MULTICAST_FAST_LEAVE)) { in br_multicast_leave_group()
/openbmc/linux/include/linux/
H A Dif_bridge.h42 #define BR_MULTICAST_FAST_LEAVE BIT(3) macro
/openbmc/linux/net/core/
H A Drtnetlink.c4967 BR_MULTICAST_FAST_LEAVE) || in ndo_dflt_bridge_getlink()