tr_mc_head 768 net/if_trunk.c SLIST_INSERT_HEAD(&tr->tr_mc_head, mc, mc_entries); tr_mc_head 798 net/if_trunk.c SLIST_FOREACH(mc, &tr->tr_mc_head, mc_entries) tr_mc_head 818 net/if_trunk.c SLIST_REMOVE(&tr->tr_mc_head, mc, trunk_mc, mc_entries); tr_mc_head 831 net/if_trunk.c while ((mc = SLIST_FIRST(&tr->tr_mc_head)) != NULL) { tr_mc_head 837 net/if_trunk.c SLIST_REMOVE(&tr->tr_mc_head, mc, trunk_mc, mc_entries); tr_mc_head 852 net/if_trunk.c SLIST_FOREACH(mc, &tr->tr_mc_head, mc_entries) { tr_mc_head 157 net/if_trunk.h SLIST_HEAD(__mclhd, trunk_mc) tr_mc_head; /* multicast addresses */