Searched refs:a_rwnd (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_header.h | 172 uint32_t a_rwnd; /* a_rwnd */ member 244 uint32_t a_rwnd; /* updated a_rwnd of sender */ member 258 uint32_t a_rwnd; /* updated a_rwnd of sender */ member
|
H A D | sctp_input.c | 103 if ((ntohl(init->a_rwnd) < SCTP_MIN_RWND) || in sctp_handle_init() 252 asoc->peers_rwnd = ntohl(init->a_rwnd); in sctp_process_init() 1267 (ntohl(init_ack->a_rwnd) < SCTP_MIN_RWND) || in sctp_handle_init_ack() 1632 asoc->my_rwnd = ntohl(initack_cp->init.a_rwnd); in sctp_process_cookie_existing() 1879 asoc->my_rwnd = ntohl(initack_cp->init.a_rwnd); in sctp_process_cookie_existing() 2074 asoc->my_rwnd = ntohl(initack_cp->init.a_rwnd); in sctp_process_cookie_new() 4250 uint32_t a_rwnd; in sctp_handle_packet_dropped() local 4259 a_rwnd = bottle_bw - on_queue; in sctp_handle_packet_dropped() 4261 a_rwnd = 0; in sctp_handle_packet_dropped() 4263 if (a_rwnd == 0) in sctp_handle_packet_dropped() [all …]
|
H A D | sctp_indata.c | 4401 uint32_t a_rwnd, old_rwnd; in sctp_handle_sack() local 4444 a_rwnd = rwnd; in sctp_handle_sack() 4531 asoc->peers_rwnd, 0, 0, a_rwnd); in sctp_handle_sack() 4533 asoc->peers_rwnd = a_rwnd; in sctp_handle_sack() 4950 asoc->peers_rwnd, 0, 0, a_rwnd); in sctp_handle_sack() 4952 asoc->peers_rwnd = a_rwnd; in sctp_handle_sack() 5064 …nd, asoc->total_flight, (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)), a_rwnd); in sctp_handle_sack() 5066 asoc->peers_rwnd = sctp_sbspace_sub(a_rwnd, in sctp_handle_sack() 5200 a_rwnd, in sctp_handle_sack() 5211 uint32_t cum_ack, a_rwnd; in sctp_update_acked() local [all …]
|
H A D | sctp_output.c | 4684 init->init.a_rwnd = htonl(max(inp->sctp_socket ? SCTP_SB_LIMIT_RCV(inp->sctp_socket) : 0, in sctp_send_initiate() 5905 initack->init.a_rwnd = htonl(max(SCTP_SB_LIMIT_RCV(so), SCTP_MINIMAL_RWND)); in sctp_send_initiate_ack() 10905 sack->sack.a_rwnd = htonl(asoc->my_rwnd); in sctp_send_sack() 10917 nr_sack->nr_sack.a_rwnd = htonl(asoc->my_rwnd); in sctp_send_sack()
|
H A D | sctputil.c | 7408 offsetof(struct sctp_init, a_rwnd)) { in sctp_recv_icmp6_tunneled_packet()
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | nat64.py | 274 / sp.SCTPChunkInit(init_tag=1, n_in_streams=1, n_out_streams=1, a_rwnd=1500)
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 944 offsetof(struct sctp_init, a_rwnd))) { in send_reject6() 1063 offsetof(struct sctp_init, a_rwnd))) { in send_reject() 1620 offsetof(struct sctp_init, a_rwnd)) in ipfw_chk() 1624 offsetof(struct sctp_init, a_rwnd)); in ipfw_chk() 1811 offsetof(struct sctp_init, a_rwnd)) in ipfw_chk() 1815 offsetof(struct sctp_init, a_rwnd)); in ipfw_chk()
|
/freebsd/usr.sbin/traceroute6/ |
H A D | traceroute6.c | 1170 init->init.a_rwnd = htonl(1500); in send_probe() 1437 if ((char *)&init->init.a_rwnd > buf + cc) { in packet_ok()
|
/freebsd/sys/netinet6/ |
H A D | sctp6_usrreq.c | 314 offsetof(struct sctp_init, a_rwnd)) { in sctp6_ctlinput()
|
/freebsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 1550 init->init.a_rwnd = htonl(1500); in sctp_prep()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_norm.c | 2027 if (ntohl(init.init.a_rwnd) < SCTP_MIN_RWND) in pf_scan_sctp()
|