Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsctp.h283 __be32 a_rwnd; member
399 __be32 a_rwnd; member
/Linux-v4.19/net/sctp/
Dassociola.c178 asoc->a_rwnd = asoc->rwnd; in sctp_association_init()
1473 if ((asoc->rwnd > asoc->a_rwnd) && in sctp_peer_needs_update()
1474 ((asoc->rwnd - asoc->a_rwnd) >= max_t(__u32, in sctp_peer_needs_update()
1515 asoc->a_rwnd); in sctp_assoc_rwnd_increase()
1523 asoc->a_rwnd = asoc->rwnd; in sctp_assoc_rwnd_increase()
1527 asoc->a_rwnd); in sctp_assoc_rwnd_increase()
Dsm_make_chunk.c252 init.a_rwnd = htonl(asoc->rwnd); in sctp_make_init()
416 initack.a_rwnd = htonl(asoc->rwnd); in sctp_make_init_ack()
784 sack.a_rwnd = htonl(asoc->a_rwnd); in sctp_make_sack()
2267 ntohl(peer_init->init_hdr.a_rwnd) < SCTP_DEFAULT_MINWINDOW) in sctp_verify_init()
2399 asoc->peer.i.a_rwnd = in sctp_process_init()
2400 ntohl(peer_init->init_hdr.a_rwnd); in sctp_process_init()
2429 asoc->peer.rwnd = asoc->peer.i.a_rwnd; in sctp_process_init()
2445 transport->ssthresh = asoc->peer.i.a_rwnd; in sctp_process_init()
Dsm_sideeffect.c218 __u32 old_a_rwnd = asoc->a_rwnd; in sctp_gen_sack()
220 asoc->a_rwnd = asoc->rwnd; in sctp_gen_sack()
223 asoc->a_rwnd = old_a_rwnd; in sctp_gen_sack()
1699 sackh.a_rwnd = htonl(asoc->peer.rwnd + in sctp_cmd_interpreter()
Dtransport.c663 t->ssthresh = asoc->peer.i.a_rwnd; in sctp_transport_reset()
Doutput.c289 asoc->a_rwnd = asoc->rwnd; in sctp_packet_bundle_sack()
Doutqueue.c1373 sack_a_rwnd = ntohl(sack->a_rwnd); in sctp_outq_sack()
Dsocket.c649 trans->ssthresh = asoc->peer.i.a_rwnd; in sctp_send_asconf_add_ip()
4925 info->sctpi_rwnd = asoc->a_rwnd; in sctp_get_sctp_info()
6323 assocparams.sasoc_local_rwnd = asoc->a_rwnd; in sctp_getsockopt_associnfo()
/Linux-v4.19/include/net/sctp/
Dstructs.h1388 __u32 a_rwnd; member
1877 __u32 a_rwnd; member