Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c129 n_inp->prsctp_supported = inp->prsctp_supported; in sctp_do_peeloff()
244 n_inp->prsctp_supported = inp->prsctp_supported; in sctp_get_peeloff()
Dsctp_timer.c444 if (asoc->prsctp_supported && PR_SCTP_BUF_ENABLED(chk->flags)) { in sctp_recover_sent_list()
602 if (stcb->asoc.prsctp_supported && PR_SCTP_TTL_ENABLED(chk->flags)) {
620 if (stcb->asoc.prsctp_supported && PR_SCTP_RTX_ENABLED(chk->flags)) {
967 if (stcb->asoc.prsctp_supported) {
Dsctp_indata.c2981 if (stcb->asoc.prsctp_supported) {
3002 if (stcb->asoc.prsctp_supported) {
3255 if ((stcb->asoc.prsctp_supported) &&
3387 if (asoc->prsctp_supported == 0) {
4071 if ((asoc->prsctp_supported) && (asoc->pr_sctp_cnt > 0)) {
4509 if (asoc->prsctp_supported && PR_SCTP_BUF_ENABLED(tp1->flags)) {
4944 if ((asoc->prsctp_supported) && (asoc->pr_sctp_cnt > 0)) {
Dsctp_pcb.h484 uint8_t prsctp_supported; member
Dsctp_structs.h1213 uint8_t prsctp_supported; member
Dsctp_input.c1110 stcb->asoc.prsctp_supported = 0; in sctp_process_unrecog_chunk()
1135 stcb->asoc.prsctp_supported = 0; in sctp_process_unrecog_param()
2914 inp->prsctp_supported = (*inp_p)->prsctp_supported;
5484 if (stcb->asoc.prsctp_supported == 0) {
Dsctp_output.c5153 if (stcb->asoc.prsctp_supported == 1) {
5173 if (stcb->asoc.prsctp_supported == 1) {
6327 if (((asoc != NULL) && (asoc->prsctp_supported == 1)) ||
6328 ((asoc == NULL) && (inp->prsctp_supported == 1))) {
6348 if (((asoc != NULL) && (asoc->prsctp_supported == 1)) ||
6349 ((asoc == NULL) && (inp->prsctp_supported == 1))) {
6554 if ((asoc->prsctp_supported) &&
14002 if ((asoc->prsctp_supported) && (asoc->sent_queue_cnt_removeable > 0)) {
Dsctp_usrreq.c4040 av->assoc_value = stcb->asoc.prsctp_supported;
4047 av->assoc_value = inp->prsctp_supported;
7066 inp->prsctp_supported = 0;
7068 inp->prsctp_supported = 1;
Dsctp_pcb.c2845 inp->prsctp_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_pr_enable);
7643 if ((stcb->asoc.prsctp_supported == 1) &&
7645 stcb->asoc.prsctp_supported = 0;
Dsctputil.c979 asoc->prsctp_supported = inp->prsctp_supported; in sctp_init_asoc()
2762 if (stcb->asoc.prsctp_supported == 1) { in sctp_notify_assoc_change()