Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_structs.h668 uint32_t abandoned_unsent[SCTP_PR_SCTP_MAX + 1]; member
672 uint32_t abandoned_unsent[1]; member
1292 uint64_t abandoned_unsent[SCTP_PR_SCTP_MAX + 1]; member
Dsctputil.c1344 asoc->strmout[i].abandoned_unsent[j] = 0; in sctp_init_asoc()
1348 asoc->strmout[i].abandoned_unsent[0] = 0; in sctp_init_asoc()
1406 asoc->abandoned_unsent[i] = 0; in sctp_init_asoc()
5560 stcb->asoc.abandoned_unsent[0]++;
5561 stcb->asoc.abandoned_unsent[PR_SCTP_POLICY(tp1->flags)]++;
5562 stcb->asoc.strmout[sid].abandoned_unsent[0]++;
5564 stcb->asoc.strmout[sid].abandoned_unsent[PR_SCTP_POLICY(tp1->flags)]++;
Dsctp_usrreq.c4341 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[0];
4344 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[policy];
4351 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[0];
4380 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[0];
4383 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[policy];
Dsctp_output.c3758 stcb->asoc.strmout[i].abandoned_unsent[j] = 0;
3762 stcb->asoc.strmout[i].abandoned_unsent[0] = 0;
12986 stcb->asoc.strmout[i].abandoned_unsent[j] = 0;
12990 stcb->asoc.strmout[i].abandoned_unsent[0] = 0;
Dsctp_input.c2077 asoc->strmout[i].abandoned_unsent[j] = 0; in sctp_process_cookie_existing()
2081 asoc->strmout[i].abandoned_unsent[0] = 0; in sctp_process_cookie_existing()