Lines Matching refs:nets
355 TAILQ_FOREACH(net, &stcb->asoc.nets, sctp_next) {
546 TAILQ_FOREACH(net, &stcb->asoc.nets, sctp_next) {
576 nets, sctp_next) {
2258 #if 0 /* why do we need to check the port for a nets list on an assoc? */
2265 TAILQ_FOREACH(net, &stcb->asoc.nets, sctp_next) {
2539 netfirst = TAILQ_FIRST(&stcb->asoc.nets);
2542 TAILQ_INSERT_TAIL(&stcb->asoc.nets, net, sctp_next);
2545 TAILQ_INSERT_HEAD(&stcb->asoc.nets, net, sctp_next);
2551 TAILQ_INSERT_HEAD(&stcb->asoc.nets, net, sctp_next);
2558 TAILQ_INSERT_HEAD(&stcb->asoc.nets, net, sctp_next);
2573 TAILQ_INSERT_TAIL(&stcb->asoc.nets, net,
2582 TAILQ_INSERT_AFTER(&stcb->asoc.nets, netlook,
2864 * (tasoc->asoc.nets) and then if it is there, we do a LIST_REMOVE on
2877 nets); net != NULL; net = net_tmp) {
2885 TAILQ_REMOVE(&asoc->nets, net, sctp_next);
2890 lnet = TAILQ_FIRST(&asoc->nets);
2898 TAILQ_FIRST(&asoc->nets);
2903 TAILQ_FIRST(&asoc->nets);
2908 TAILQ_FIRST(&asoc->nets);
3054 TAILQ_FOREACH(net, &asoc->nets, sctp_next) {
3102 while (!TAILQ_EMPTY(&asoc->nets)) {
3103 net = TAILQ_FIRST(&asoc->nets);
3109 TAILQ_REMOVE(&asoc->nets, net, sctp_next);
3472 TAILQ_FOREACH(net, &stcb->asoc.nets, sctp_next) {
3899 * loading them to the nets structure in the asoc.
3968 TAILQ_FOREACH(net, &stcb->asoc.nets, sctp_next) {
4294 for (net = TAILQ_FIRST(&stcb->asoc.nets); net != NULL; net = net_tmp) {
4301 TAILQ_REMOVE(&stcb->asoc.nets, net, sctp_next);