Home | History | Annotate | Download | only in netinet

Lines Matching defs:lnet

435 	struct sctp_nets *lnet;
524 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) {
525 tot_out += lnet->flight_size;
538 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) {
541 if ((chk->whoTo == lnet) &&
546 lnet->flight_size != tot_out) {
548 (uint32_t)lnet, lnet->flight_size, tot_out);
549 lnet->flight_size = tot_out;
1172 struct sctp_nets *lnet;
1174 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) {
1175 if (lnet->dest_state & SCTP_ADDR_UNCONFIRMED) {
1209 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) {
1210 if ((lnet->dest_state & SCTP_ADDR_UNCONFIRMED) &&
1211 ((lnet->dest_state & SCTP_ADDR_OUT_OF_SCOPE) == 0) &&
1212 (lnet->dest_state & SCTP_ADDR_REACHABLE)) {