Home
last modified time | relevance | path

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

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