Searched refs:pktdrop_supported (Results 1 – 8 of 8) sorted by relevance
136 n_inp->pktdrop_supported = inp->pktdrop_supported; in sctp_do_peeloff()252 n_inp->pktdrop_supported = inp->pktdrop_supported; in sctp_get_peeloff()
507 uint8_t pktdrop_supported; member
1241 uint8_t pktdrop_supported; member
3042 inp->pktdrop_supported = (*inp_p)->pktdrop_supported;5615 if (stcb->asoc.pktdrop_supported == 0) {
4363 av->assoc_value = stcb->asoc.pktdrop_supported;4371 av->assoc_value = inp->pktdrop_supported;7799 inp->pktdrop_supported = 0;7801 inp->pktdrop_supported = 1;
2832 inp->pktdrop_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_pktdrop_enable);7699 if ((stcb->asoc.pktdrop_supported == 1) &&7701 stcb->asoc.pktdrop_supported = 0;
5260 if (stcb->asoc.pktdrop_supported == 1) {6535 if (((asoc != NULL) && (asoc->pktdrop_supported == 1)) ||6536 ((asoc == NULL) && (inp->pktdrop_supported == 1))) {12352 if (asoc->pktdrop_supported == 0) {
1187 asoc->pktdrop_supported = inp->pktdrop_supported; in sctp_init_asoc()