Searched refs:mc_entries (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/net/
H A Dif_lagg.h199 SLIST_ENTRY(lagg_mc) mc_entries; member in struct:lagg_mc
H A Dif_vlan.c154 SLIST_ENTRY(vlan_mc_entry) mc_entries;
591 SLIST_REMOVE_HEAD(&sc->vlan_mc_listhead, mc_entries);
608 SLIST_INSERT_HEAD(&sc->vlan_mc_listhead, mc, mc_entries);
611 SLIST_FOREACH (mc, &sc->vlan_mc_listhead, mc_entries) {
1522 SLIST_REMOVE_HEAD(&ifv->vlan_mc_listhead, mc_entries);
H A Dif_lagg.c1533 SLIST_INSERT_HEAD(&lp->lp_mc_head, mc, mc_entries);
1536 SLIST_FOREACH (mc, &lp->lp_mc_head, mc_entries) {
1552 SLIST_REMOVE(&lp->lp_mc_head, mc, lagg_mc, mc_entries);
/freebsd-11-stable/sys/dev/ti/
H A Dif_tireg.h1013 SLIST_ENTRY(ti_mc_entry) mc_entries; member in struct:ti_mc_entry
H A Dif_ti.c1973 SLIST_REMOVE_HEAD(&sc->ti_mc_listhead, mc_entries);
1990 SLIST_INSERT_HEAD(&sc->ti_mc_listhead, mc, mc_entries);

Completed in 103 milliseconds