tr_entries        198 net/if_trunk.c 	SLIST_INSERT_HEAD(&trunk_list, tr, tr_entries);
tr_entries        227 net/if_trunk.c 	SLIST_REMOVE(&trunk_list, tr, trunk_softc, tr_entries);
tr_entries        330 net/if_trunk.c 	SLIST_FOREACH(tr_ptr, &trunk_list, tr_entries) {
tr_entries        557 net/if_trunk.c 		SLIST_FOREACH(tr_ptr, &trunk_list, tr_entries) {
tr_entries        155 net/if_trunk.h 	SLIST_ENTRY(trunk_softc)	tr_entries;