Searched refs:pktdrop_supported (Results 1 – 8 of 8) sorted by relevance
134 n_inp->pktdrop_supported = inp->pktdrop_supported; in sctp_do_peeloff()249 n_inp->pktdrop_supported = inp->pktdrop_supported; in sctp_get_peeloff()
489 uint8_t pktdrop_supported; member
1218 uint8_t pktdrop_supported; member
2919 inp->pktdrop_supported = (*inp_p)->pktdrop_supported;5564 if (stcb->asoc.pktdrop_supported == 0) {
4175 av->assoc_value = stcb->asoc.pktdrop_supported;4182 av->assoc_value = inp->pktdrop_supported;7233 inp->pktdrop_supported = 0;7235 inp->pktdrop_supported = 1;
2850 inp->pktdrop_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_pktdrop_enable);7666 if ((stcb->asoc.pktdrop_supported == 1) &&7668 stcb->asoc.pktdrop_supported = 0;
5189 if (stcb->asoc.pktdrop_supported == 1) {6369 if (((asoc != NULL) && (asoc->pktdrop_supported == 1)) ||6370 ((asoc == NULL) && (inp->pktdrop_supported == 1))) {12079 if (asoc->pktdrop_supported == 0) {
984 asoc->pktdrop_supported = inp->pktdrop_supported; in sctp_init_asoc()