Searched refs:abandoned_unsent (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_structs.h640 uint32_t abandoned_unsent[SCTP_PR_SCTP_MAX + 1]; member in struct:sctp_stream_out
644 uint32_t abandoned_unsent[1]; member in struct:sctp_stream_out
1272 uint64_t abandoned_unsent[SCTP_PR_SCTP_MAX + 1]; member in struct:sctp_association
H A Dsctputil.c1146 asoc->strmout[i].abandoned_unsent[j] = 0;
1150 asoc->strmout[i].abandoned_unsent[0] = 0;
1208 asoc->abandoned_unsent[i] = 0;
5199 stcb->asoc.abandoned_unsent[0]++;
5200 stcb->asoc.abandoned_unsent[PR_SCTP_POLICY(tp1->flags)]++;
5201 stcb->asoc.strmout[stream].abandoned_unsent[0]++;
5203 stcb->asoc.strmout[stream].abandoned_unsent[PR_SCTP_POLICY(tp1->flags)]++;
H A Dsctp_usrreq.c4245 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[0];
4248 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[policy];
4273 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[0];
4276 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[policy];
H A Dsctp_input.c1978 asoc->strmout[i].abandoned_unsent[j] = 0;
1982 asoc->strmout[i].abandoned_unsent[0] = 0;
H A Dsctp_output.c3737 stcb->asoc.strmout[i].abandoned_unsent[j] = 0;
3741 stcb->asoc.strmout[i].abandoned_unsent[0] = 0;
12636 stcb->asoc.strmout[i].abandoned_unsent[j] = 0;
12640 stcb->asoc.strmout[i].abandoned_unsent[0] = 0;

Completed in 258 milliseconds