Searched refs:pktdrop_supported (Results 1 – 8 of 8) sorted by relevance
132 n_inp->pktdrop_supported = inp->pktdrop_supported; in sctp_do_peeloff()237 n_inp->pktdrop_supported = inp->pktdrop_supported; in sctp_get_peeloff()
502 uint8_t pktdrop_supported; member
1238 uint8_t pktdrop_supported; member
3041 inp->pktdrop_supported = (*inp_p)->pktdrop_supported;5636 if (stcb->asoc.pktdrop_supported == 0) {
2833 inp->pktdrop_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_pktdrop_enable);7619 if ((stcb->asoc.pktdrop_supported == 1) &&7621 stcb->asoc.pktdrop_supported = 0;
4275 av->assoc_value = stcb->asoc.pktdrop_supported;4283 av->assoc_value = inp->pktdrop_supported;7694 inp->pktdrop_supported = 0;7696 inp->pktdrop_supported = 1;
5213 if (stcb->asoc.pktdrop_supported == 1) {6487 if (((asoc != NULL) && (asoc->pktdrop_supported == 1)) ||6488 ((asoc == NULL) && (inp->pktdrop_supported == 1))) {12255 if (asoc->pktdrop_supported == 0) {
1179 asoc->pktdrop_supported = inp->pktdrop_supported; in sctp_init_asoc()