Searched refs:pktdrop_supported (Results 1 – 8 of 8) sorted by relevance
127 n_inp->pktdrop_supported = inp->pktdrop_supported; in sctp_do_peeloff()
416 uint8_t pktdrop_supported; member
1179 uint8_t pktdrop_supported; member
3584 av->assoc_value = stcb->asoc.pktdrop_supported;3591 av->assoc_value = inp->pktdrop_supported;6683 inp->pktdrop_supported = 0;6685 inp->pktdrop_supported = 1;
2487 inp->pktdrop_supported = (uint8_t) SCTP_BASE_SYSCTL(sctp_pktdrop_enable); in sctp_inpcb_alloc()6653 if ((stcb->asoc.pktdrop_supported == 1) && in sctp_load_addresses_from_init()6655 stcb->asoc.pktdrop_supported = 0; in sctp_load_addresses_from_init()
2803 inp->pktdrop_supported = (*inp_p)->pktdrop_supported; in sctp_handle_cookie_echo()5532 if (stcb->asoc.pktdrop_supported == 0) { in sctp_process_control()
4811 if (stcb->asoc.pktdrop_supported == 1) { in sctp_send_initiate()5923 if (((asoc != NULL) && (asoc->pktdrop_supported == 1)) || in sctp_send_initiate_ack()5924 ((asoc == NULL) && (inp->pktdrop_supported == 1))) { in sctp_send_initiate_ack()11356 if (asoc->pktdrop_supported == 0) { in sctp_send_packet_dropped()
977 asoc->pktdrop_supported = inp->pktdrop_supported; in sctp_init_asoc()