Home
last modified time | relevance | path

Searched refs:a_rwnd (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dsctp.h267 __be32 a_rwnd; member
383 __be32 a_rwnd; member
/linux/net/sctp/
H A Dassociola.c168 asoc->a_rwnd = asoc->rwnd; in sctp_association_init()
1440 if ((asoc->rwnd > asoc->a_rwnd) && in sctp_assoc_sync_pmtu()
1441 ((asoc->rwnd - asoc->a_rwnd) >= max_t(__u32, in sctp_assoc_sync_pmtu()
1482 asoc->a_rwnd); in sctp_assoc_rwnd_increase()
1490 asoc->a_rwnd = asoc->rwnd; in sctp_assoc_rwnd_increase()
1493 "a_rwnd:%u\n", __func__, asoc, asoc->rwnd, in sctp_assoc_rwnd_increase()
1494 asoc->a_rwnd); in sctp_assoc_rwnd_increase()
H A Dsm_sideeffect.c203 __u32 old_a_rwnd = asoc->a_rwnd; in sctp_gen_sack()
205 asoc->a_rwnd = asoc->rwnd; in sctp_gen_sack()
208 asoc->a_rwnd = old_a_rwnd; in sctp_gen_sack()
1700 sackh.a_rwnd = htonl(asoc->peer.rwnd + in sctp_cmd_interpreter()
H A Doutput.c303 asoc->a_rwnd = asoc->rwnd; in sctp_packet_bundle_sack()
H A Dtransport.c805 t->ssthresh = asoc->peer.i.a_rwnd; in sctp_transport_reset()
H A Doutqueue.c1390 sack_a_rwnd = ntohl(sack->a_rwnd); in sctp_outq_sack()
H A Dsocket.c648 trans->ssthresh = asoc->peer.i.a_rwnd; in sctp_send_asconf_add_ip()
5241 info->sctpi_rwnd = asoc->a_rwnd; in sctp_get_sctp_info()
6679 assocparams.sasoc_local_rwnd = asoc->a_rwnd; in sctp_getsockopt_associnfo()