Searched refs:sack_freq (Results 1 – 2 of 2) sorted by relevance
2715 if (params->sack_freq == 1) { in sctp_apply_asoc_delayed_ack() 2718 } else if (params->sack_freq > 1) { in sctp_apply_asoc_delayed_ack() 2719 asoc->sackfreq = params->sack_freq; in sctp_apply_asoc_delayed_ack() 2731 if (params->sack_freq == 1) { in sctp_apply_asoc_delayed_ack() 2734 } else if (params->sack_freq > 1) { in sctp_apply_asoc_delayed_ack() 2735 trans->sackfreq = params->sack_freq; in sctp_apply_asoc_delayed_ack() 2753 * sack_delay or sack_freq are 0 when setting this option, then the2759 * uint32_t sack_freq;2772 * sack_freq - This parameter contains the number of packets that must2812 if (params->sack_freq in __sctp_setsockopt_delayed_ack() [all...]
898 uint32_t sack_freq; member