tp_next          1128 net/if_trunk.c 	struct trunk_port *tp_next, *rval = NULL;
tp_next          1141 net/if_trunk.c 	if ((tp_next = SLIST_NEXT(tp, tp_entries)) != NULL &&
tp_next          1142 net/if_trunk.c 	    TRUNK_PORTACTIVE(tp_next)) {
tp_next          1143 net/if_trunk.c 		rval = tp_next;
tp_next          1148 net/if_trunk.c 	SLIST_FOREACH(tp_next, &tr->tr_ports, tp_entries) {
tp_next          1149 net/if_trunk.c 		if (TRUNK_PORTACTIVE(tp_next)) {
tp_next          1150 net/if_trunk.c 			rval = tp_next;
tp_next          1222 net/if_trunk.c 	struct trunk_port *tp = (struct trunk_port *)tr->tr_psc, *tp_next;
tp_next          1233 net/if_trunk.c 	tp_next = trunk_link_active(tr, SLIST_NEXT(tp, tp_entries));
tp_next          1234 net/if_trunk.c 	tr->tr_psc = (caddr_t)tp_next;
tp_next          1357 net/if_trunk.c 	struct trunk_port *tp_next;
tp_next          1361 net/if_trunk.c 	SLIST_FOREACH(tp_next, &tr->tr_ports, tp_entries) {
tp_next          1362 net/if_trunk.c 		if (tp_next == tp)
tp_next          1368 net/if_trunk.c 			    tr->tr_ifname, tp_next->tp_ifname, i);
tp_next          1369 net/if_trunk.c 		lb->lb_ports[i++] = tp_next;