Searched refs:pktdrop_supported (Results 1 – 8 of 8) sorted by relevance
130 n_inp->pktdrop_supported = inp->pktdrop_supported; in sctp_do_peeloff()
412 uint8_t pktdrop_supported; member
1181 uint8_t pktdrop_supported; member
2702 inp->pktdrop_supported = (*inp_p)->pktdrop_supported; in sctp_handle_cookie_echo()5207 if (stcb->asoc.pktdrop_supported == 0) { in sctp_process_control()
3563 av->assoc_value = stcb->asoc.pktdrop_supported;3571 av->assoc_value = inp->pktdrop_supported;6812 inp->pktdrop_supported = 0;6814 inp->pktdrop_supported = 1;
2439 inp->pktdrop_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_pktdrop_enable); in sctp_inpcb_alloc()6603 if ((stcb->asoc.pktdrop_supported == 1) && in sctp_load_addresses_from_init()6605 stcb->asoc.pktdrop_supported = 0; in sctp_load_addresses_from_init()
4750 if (stcb->asoc.pktdrop_supported == 1) { in sctp_send_initiate()5952 if (((asoc != NULL) && (asoc->pktdrop_supported == 1)) || in sctp_send_initiate_ack()5953 ((asoc == NULL) && (inp->pktdrop_supported == 1))) { in sctp_send_initiate_ack()11448 if (asoc->pktdrop_supported == 0) { in sctp_send_packet_dropped()
1149 asoc->pktdrop_supported = inp->pktdrop_supported; in sctp_init_asoc()