Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsctp.h268 __be32 a_rwnd; member
384 __be32 a_rwnd; member
/OK3568_Linux_fs/kernel/net/sctp/
H A Dassociola.c164 asoc->a_rwnd = asoc->rwnd; in sctp_association_init()
1450 if ((asoc->rwnd > asoc->a_rwnd) && in sctp_peer_needs_update()
1451 ((asoc->rwnd - asoc->a_rwnd) >= max_t(__u32, in sctp_peer_needs_update()
1492 asoc->a_rwnd); in sctp_assoc_rwnd_increase()
1500 asoc->a_rwnd = asoc->rwnd; in sctp_assoc_rwnd_increase()
1504 asoc->a_rwnd); in sctp_assoc_rwnd_increase()
H A Dsm_make_chunk.c236 init.a_rwnd = htonl(asoc->rwnd); in sctp_make_init()
403 initack.a_rwnd = htonl(asoc->rwnd); in sctp_make_init_ack()
776 sack.a_rwnd = htonl(asoc->a_rwnd); in sctp_make_sack()
2261 ntohl(peer_init->init_hdr.a_rwnd) < SCTP_DEFAULT_MINWINDOW) in sctp_verify_init()
2393 asoc->peer.i.a_rwnd = in sctp_process_init()
2394 ntohl(peer_init->init_hdr.a_rwnd); in sctp_process_init()
2423 asoc->peer.rwnd = asoc->peer.i.a_rwnd; in sctp_process_init()
2431 transport->ssthresh = asoc->peer.i.a_rwnd; in sctp_process_init()
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()
1681 sackh.a_rwnd = htonl(asoc->peer.rwnd + in sctp_cmd_interpreter()
H A Dtransport.c649 t->ssthresh = asoc->peer.i.a_rwnd; in sctp_transport_reset()
H A Doutput.c277 asoc->a_rwnd = asoc->rwnd; in sctp_packet_bundle_sack()
H A Doutqueue.c1364 sack_a_rwnd = ntohl(sack->a_rwnd); in sctp_outq_sack()
H A Dsocket.c647 trans->ssthresh = asoc->peer.i.a_rwnd; in sctp_send_asconf_add_ip()
5069 info->sctpi_rwnd = asoc->a_rwnd; in sctp_get_sctp_info()
6504 assocparams.sasoc_local_rwnd = asoc->a_rwnd; in sctp_getsockopt_associnfo()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h1383 __u32 a_rwnd; member
1877 __u32 a_rwnd; member