Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_peeloff.c130 n_inp->pktdrop_supported = inp->pktdrop_supported; in sctp_do_peeloff()
H A Dsctp_pcb.h412 uint8_t pktdrop_supported; member
H A Dsctp_structs.h1181 uint8_t pktdrop_supported; member
H A Dsctp_input.c2702 inp->pktdrop_supported = (*inp_p)->pktdrop_supported; in sctp_handle_cookie_echo()
5207 if (stcb->asoc.pktdrop_supported == 0) { in sctp_process_control()
H A Dsctp_usrreq.c3563 av->assoc_value = stcb->asoc.pktdrop_supported;
3571 av->assoc_value = inp->pktdrop_supported;
6812 inp->pktdrop_supported = 0;
6814 inp->pktdrop_supported = 1;
H A Dsctp_pcb.c2439 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()
H A Dsctp_output.c4750 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()
H A Dsctputil.c1149 asoc->pktdrop_supported = inp->pktdrop_supported; in sctp_init_asoc()