Searched refs:start_at (Results 1 – 3 of 3) sorted by relevance
8374 struct sctp_nets *net, *start_at, *sack_goes_to = NULL, *old_start_at = NULL; local8542 start_at = asoc->last_net_cmt_send_started;8543 if (start_at == NULL) {8545 start_at = TAILQ_FIRST(&asoc->nets);8547 start_at = TAILQ_NEXT(asoc->last_net_cmt_send_started, sctp_next);8548 if (start_at == NULL) {8549 start_at = TAILQ_FIRST(&asoc->nets);8552 asoc->last_net_cmt_send_started = start_at;8554 start_at = TAILQ_FIRST(&asoc->nets);8568 for (net = start_at ; net != NULL; net = TAILQ_NEXT(net, sctp_next)) {[all …]
961 int32_t start_at; /* start at this one */ member
1636 int start_at = dst_offset > 2 ? dst_offset - 2 : 0; in copy_emulation_prev() local1638 for (i = start_at; i < dst_offset && i < dst_size; i++) { in copy_emulation_prev()