Searched refs:sack_freq (Results 1 – 2 of 2) sorted by relevance
2724 if (params->sack_freq == 1) { in sctp_apply_asoc_delayed_ack() 2727 } else if (params->sack_freq > 1) { in sctp_apply_asoc_delayed_ack() 2728 asoc->sackfreq = params->sack_freq; in sctp_apply_asoc_delayed_ack() 2740 if (params->sack_freq == 1) { in sctp_apply_asoc_delayed_ack() 2743 } else if (params->sack_freq > 1) { in sctp_apply_asoc_delayed_ack() 2744 trans->sackfreq = params->sack_freq; in sctp_apply_asoc_delayed_ack() 2762 * sack_delay or sack_freq are 0 when setting this option, then the2768 * uint32_t sack_freq;2781 * sack_freq - This parameter contains the number of packets that must2821 if (params->sack_freq in __sctp_setsockopt_delayed_ack() [all...]
898 uint32_t sack_freq; member