Home
last modified time | relevance | path

Searched refs:pktdrop_supported (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/netinet/
HDsctp_peeloff.c127 n_inp->pktdrop_supported = inp->pktdrop_supported; in sctp_do_peeloff()
HDsctp_pcb.h416 uint8_t pktdrop_supported; member
HDsctp_structs.h1179 uint8_t pktdrop_supported; member
HDsctp_usrreq.c3584 av->assoc_value = stcb->asoc.pktdrop_supported;
3591 av->assoc_value = inp->pktdrop_supported;
6683 inp->pktdrop_supported = 0;
6685 inp->pktdrop_supported = 1;
HDsctp_pcb.c2487 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()
HDsctp_input.c2803 inp->pktdrop_supported = (*inp_p)->pktdrop_supported; in sctp_handle_cookie_echo()
5532 if (stcb->asoc.pktdrop_supported == 0) { in sctp_process_control()
HDsctp_output.c4811 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()
HDsctputil.c977 asoc->pktdrop_supported = inp->pktdrop_supported; in sctp_init_asoc()