Home
last modified time | relevance | path

Searched refs:MDB_PG_FLAGS_PERMANENT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/net/bridge/
H A Dbr_mdb.c137 e->state = flags & MDB_PG_FLAGS_PERMANENT; in __mdb_entry_fill_flags()
721 if (!(flags & MDB_PG_FLAGS_PERMANENT) && !cfg->src_entry) in br_mdb_replace_group_sg()
763 if (!(flags & MDB_PG_FLAGS_PERMANENT) && !cfg->src_entry) in br_mdb_add_group_sg()
804 flags |= MDB_PG_FLAGS_PERMANENT; in br_mdb_add_group_src_fwd()
941 if (!(flags & MDB_PG_FLAGS_PERMANENT) && in br_mdb_replace_group_star_g()
993 if (!(flags & MDB_PG_FLAGS_PERMANENT) && in br_mdb_add_group_star_g()
1045 flags |= MDB_PG_FLAGS_PERMANENT; in br_mdb_add_group()
H A Dbr_multicast.c451 MDB_PG_FLAGS_PERMANENT))) in br_multicast_sg_del_exclude_ports()
462 if (!(p->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_sg_del_exclude_ports()
544 (sg->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_fwd_src_add()
579 (p->flags & MDB_PG_FLAGS_PERMANENT) && in br_multicast_fwd_src_remove()
606 if (!sg || (sg->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_fwd_src_handle()
866 hlist_unhashed(&pg->mglist) || pg->flags & MDB_PG_FLAGS_PERMANENT) in br_multicast_port_group_expired()
2125 if (!(pg->flags & MDB_PG_FLAGS_PERMANENT) && in __br_multicast_disable_port_ctx()
2857 if (!pg || (pg->flags & MDB_PG_FLAGS_PERMANENT)) in br_ip4_multicast_igmp3_report()
2995 if (!pg || (pg->flags & MDB_PG_FLAGS_PERMANENT)) in br_ip6_multicast_mld2_report()
3623 if (p->flags & MDB_PG_FLAGS_PERMANENT) in br_multicast_leave_group()
[all...]
H A Dbr_private.h306 #define MDB_PG_FLAGS_PERMANENT BIT(0) macro
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_multicast.c352 MDB_PG_FLAGS_PERMANENT))) in br_multicast_sg_del_exclude_ports()
363 if (!(p->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_sg_del_exclude_ports()
431 (sg->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_fwd_src_add()
465 (p->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_fwd_src_remove()
489 if (!sg || (sg->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_fwd_src_handle()
646 hlist_unhashed(&pg->mglist) || pg->flags & MDB_PG_FLAGS_PERMANENT) in br_multicast_port_group_expired()
1677 if (!(pg->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_disable_port()
2314 if (!pg || (pg->flags & MDB_PG_FLAGS_PERMANENT)) in br_ip4_multicast_igmp3_report()
2441 if (!pg || (pg->flags & MDB_PG_FLAGS_PERMANENT)) in br_ip6_multicast_mld2_report()
2836 if (p->flags & MDB_PG_FLAGS_PERMANENT) in br_multicast_leave_group()
[all...]
H A Dbr_private.h213 #define MDB_PG_FLAGS_PERMANENT BIT(0) macro
H A Dbr_mdb.c59 e->state = flags & MDB_PG_FLAGS_PERMANENT; in __mdb_entry_fill_flags()

Completed in 19 milliseconds