HomeSort by: relevance | last modified time | path
    Searched defs:lnet (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
sctp_indata.c 3794 struct sctp_nets *lnet; local in function:sctp_handle_sack
3796 TAILQ_FOREACH(lnet, &asoc->nets, sctp_next) {
sctp_pcb.c 2889 struct sctp_nets *lnet; local in function:sctp_del_remote_addr
2890 lnet = TAILQ_FIRST(&asoc->nets);
2893 sctp_find_alternate_net(stcb, lnet);
sctp_usrreq.c 2886 struct sctp_nets *lnet; local in function:sctp_optsset
2887 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) {
2888 if (lnet->dest_state & SCTP_ADDR_UNCONFIRMED) {
3035 struct sctp_nets *net, *lnet; local in function:sctp_optsset
3081 lnet = stcb->asoc.primary_destination;
3082 lnet->next_tsn_at_change = net->next_tsn_at_change = stcb->asoc.sending_seq;
sctp_input.c 169 struct sctp_nets *lnet; local in function:sctp_process_init
180 TAILQ_FOREACH(lnet, &asoc->nets, sctp_next) {
181 lnet->ssthresh = asoc->peers_rwnd;
sctputil.c 435 struct sctp_nets *lnet; local in function:sctp_auditing
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 if (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; local in function:sctp_timer_start
    [all...]
sctp_output.c 3514 struct sctp_nets *lnet; local in function:sctp_send_initiate_ack
3520 TAILQ_FOREACH(lnet, &asoc->nets, sctp_next) {
3521 if (rtcache_getdst(&lnet->ro)->sa_family == AF_INET6) {
3522 if (IN6_IS_ADDR_LINKLOCAL((const struct in6_addr *) rtcache_getdst(&lnet->ro)->sa_data)) {

Completed in 29 milliseconds