Home
last modified time | relevance | path

Searched refs:abandoned_sent (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_structs.h611 uint32_t abandoned_sent[SCTP_PR_SCTP_MAX + 1]; member
615 uint32_t abandoned_sent[1]; member
1236 uint64_t abandoned_sent[SCTP_PR_SCTP_MAX + 1]; member
H A Dsctputil.c1299 asoc->strmout[i].abandoned_sent[j] = 0; in sctp_init_asoc()
1303 asoc->strmout[i].abandoned_sent[0] = 0; in sctp_init_asoc()
1364 asoc->abandoned_sent[i] = 0; in sctp_init_asoc()
5023 stcb->asoc.abandoned_sent[0]++; in sctp_release_pr_sctp_chunk()
5024 stcb->asoc.abandoned_sent[PR_SCTP_POLICY(tp1->flags)]++; in sctp_release_pr_sctp_chunk()
5025 stcb->asoc.strmout[sid].abandoned_sent[0]++; in sctp_release_pr_sctp_chunk()
5027 stcb->asoc.strmout[sid].abandoned_sent[PR_SCTP_POLICY(tp1->flags)]++; in sctp_release_pr_sctp_chunk()
H A Dsctp_output.c3636 stcb->asoc.strmout[i].abandoned_sent[j] = 0; in sctp_process_cmsgs_for_init()
3640 stcb->asoc.strmout[i].abandoned_sent[0] = 0; in sctp_process_cmsgs_for_init()
12172 stcb->asoc.strmout[i].abandoned_sent[j] = oldstream[i].abandoned_sent[j]; in sctp_send_str_reset_req()
12176 stcb->asoc.strmout[i].abandoned_sent[0] = oldstream[i].abandoned_sent[0]; in sctp_send_str_reset_req()
12197 stcb->asoc.strmout[i].abandoned_sent[j] = 0; in sctp_send_str_reset_req()
12201 stcb->asoc.strmout[i].abandoned_sent[0] = 0; in sctp_send_str_reset_req()
H A Dsctp_usrreq.c3630 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[0];
3633 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[policy];
3640 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[0];
3669 sprstat->sprstat_abandoned_sent = stcb->asoc.abandoned_sent[0];
3672 sprstat->sprstat_abandoned_sent = stcb->asoc.abandoned_sent[policy];
H A Dsctp_input.c1867 asoc->strmout[i].abandoned_sent[j] = 0; in sctp_process_cookie_existing()
1871 asoc->strmout[i].abandoned_sent[0] = 0; in sctp_process_cookie_existing()