Home
last modified time | relevance | path

Searched refs:sack_freq (Results 1 – 2 of 2) sorted by relevance

/linux/net/sctp/
H A Dsocket.c2715 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 the
2759 * uint32_t sack_freq;
2772 * sack_freq - This parameter contains the number of packets that must
2812 if (params->sack_freq in __sctp_setsockopt_delayed_ack()
[all...]
/linux/include/uapi/linux/
H A Dsctp.h898 uint32_t sack_freq; member