Home
last modified time | relevance | path

Searched refs:prsctp_supported (Results 1 – 10 of 10) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c131 n_inp->prsctp_supported = inp->prsctp_supported; in sctp_do_peeloff()
247 n_inp->prsctp_supported = inp->prsctp_supported; in sctp_get_peeloff()
Dsctp_timer.c465 if (asoc->prsctp_supported && PR_SCTP_BUF_ENABLED(chk->flags)) {
623 if (stcb->asoc.prsctp_supported && PR_SCTP_TTL_ENABLED(chk->flags)) {
641 if (stcb->asoc.prsctp_supported && PR_SCTP_RTX_ENABLED(chk->flags)) {
990 if (stcb->asoc.prsctp_supported) {
Dsctp_pcb.h501 uint8_t prsctp_supported; member
Dsctp_indata.c3353 if (stcb->asoc.prsctp_supported) {
3374 if (stcb->asoc.prsctp_supported) {
3630 if ((stcb->asoc.prsctp_supported) &&
3764 if (asoc->prsctp_supported == 0) {
4414 if ((asoc->prsctp_supported) && (asoc->pr_sctp_cnt > 0)) {
4856 if (asoc->prsctp_supported && PR_SCTP_BUF_ENABLED(tp1->flags)) {
5272 if ((asoc->prsctp_supported) && (asoc->pr_sctp_cnt > 0)) {
Dsctp_structs.h1236 uint8_t prsctp_supported; member
Dsctp_input.c1189 stcb->asoc.prsctp_supported = 0; in sctp_process_unrecog_chunk()
1211 stcb->asoc.prsctp_supported = 0; in sctp_process_unrecog_param()
3037 inp->prsctp_supported = (*inp_p)->prsctp_supported;
5554 if (stcb->asoc.prsctp_supported == 0) {
Dsctp_output.c5218 if (stcb->asoc.prsctp_supported == 1) {
5238 if (stcb->asoc.prsctp_supported == 1) {
6485 if (((asoc != NULL) && (asoc->prsctp_supported == 1)) ||
6486 ((asoc == NULL) && (inp->prsctp_supported == 1))) {
6506 if (((asoc != NULL) && (asoc->prsctp_supported == 1)) ||
6507 ((asoc == NULL) && (inp->prsctp_supported == 1))) {
6732 if ((asoc->prsctp_supported) &&
14502 if ((asoc->prsctp_supported) && (asoc->sent_queue_cnt_removeable > 0)) {
Dsctp_usrreq.c4223 av->assoc_value = stcb->asoc.prsctp_supported;
4231 av->assoc_value = inp->prsctp_supported;
7627 inp->prsctp_supported = 0;
7629 inp->prsctp_supported = 1;
Dsctp_pcb.c2827 inp->prsctp_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_pr_enable);
7672 if ((stcb->asoc.prsctp_supported == 1) &&
7674 stcb->asoc.prsctp_supported = 0;
Dsctputil.c1182 asoc->prsctp_supported = inp->prsctp_supported; in sctp_init_asoc()
3304 if (stcb->asoc.prsctp_supported == 1) { in sctp_notify_assoc_change()