Lines Matching refs:sent_queue
2979 tp1 = TAILQ_FIRST(&stcb->asoc.sent_queue); in sctp_process_segment_range()
3187 tp1 = TAILQ_FIRST(&stcb->asoc.sent_queue); in sctp_process_segment_range()
3192 tp1 = TAILQ_FIRST(&stcb->asoc.sent_queue); in sctp_process_segment_range()
3215 tp1 = TAILQ_FIRST(&asoc->sent_queue); in sctp_handle_segments()
3222 tp1 = TAILQ_FIRST(&asoc->sent_queue); in sctp_handle_segments()
3239 tp1 = TAILQ_FIRST(&asoc->sent_queue); in sctp_handle_segments()
3272 TAILQ_FOREACH(tp1, &asoc->sent_queue, sctp_next) { in sctp_check_for_revoked()
3356 TAILQ_FOREACH(tp1, &asoc->sent_queue, sctp_next) {
3767 TAILQ_FOREACH_SAFE(tp1, &asoc->sent_queue, sctp_next, tp2) {
3867 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
4001 if (!TAILQ_EMPTY(&asoc->sent_queue)) {
4002 tp1 = TAILQ_LAST(&asoc->sent_queue,
4033 TAILQ_FOREACH_SAFE(tp1, &asoc->sent_queue, sctp_next, tp2) {
4128 TAILQ_REMOVE(&asoc->sent_queue, tp1, sctp_next);
4257 if (TAILQ_EMPTY(&asoc->sent_queue)) {
4288 TAILQ_FOREACH(tp1, &asoc->sent_queue, sctp_next) {
4317 (!TAILQ_EMPTY(&asoc->sent_queue)) &&
4331 TAILQ_FOREACH(tp1, &asoc->sent_queue, sctp_next) {
4346 if (TAILQ_EMPTY(&asoc->send_queue) && TAILQ_EMPTY(&asoc->sent_queue)) {
4550 if (!TAILQ_EMPTY(&asoc->sent_queue)) {
4551 tp1 = TAILQ_LAST(&asoc->sent_queue,
4592 if (TAILQ_EMPTY(&asoc->sent_queue) &&
4654 TAILQ_FOREACH(tp1, &asoc->sent_queue, sctp_next) {
4827 TAILQ_FOREACH_SAFE(tp1, &asoc->sent_queue, sctp_next, tp2) {
4845 TAILQ_REMOVE(&asoc->sent_queue, tp1, sctp_next);
4871 if (TAILQ_EMPTY(&asoc->sent_queue) && (asoc->total_flight > 0)) {
4961 TAILQ_FOREACH(tp1, &asoc->sent_queue, sctp_next) {
5042 if (TAILQ_EMPTY(&asoc->sent_queue)) {
5059 if (TAILQ_EMPTY(&asoc->send_queue) && TAILQ_EMPTY(&asoc->sent_queue)) {
5205 TAILQ_FOREACH(tp1, &asoc->sent_queue, sctp_next) {
5237 (!TAILQ_EMPTY(&asoc->sent_queue)) &&
5251 TAILQ_FOREACH(tp1, &asoc->sent_queue, sctp_next) {