Searched refs:a_rwnd (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/netinet/
H A Dsctp_header.h172 uint32_t a_rwnd; /* a_rwnd */ member in struct:sctp_init
244 uint32_t a_rwnd; /* updated a_rwnd of sender */ member in struct:sctp_sack
258 uint32_t a_rwnd; /* updated a_rwnd of sender */ member in struct:sctp_nr_sack
H A Dsctp_input.c103 if ((ntohl(init->a_rwnd) < SCTP_MIN_RWND) ||
252 asoc->peers_rwnd = ntohl(init->a_rwnd);
1267 (ntohl(init_ack->a_rwnd) < SCTP_MIN_RWND) ||
1632 asoc->my_rwnd = ntohl(initack_cp->init.a_rwnd);
1879 asoc->my_rwnd = ntohl(initack_cp->init.a_rwnd);
2074 asoc->my_rwnd = ntohl(initack_cp->init.a_rwnd);
4250 uint32_t a_rwnd; local
4259 a_rwnd = bottle_bw - on_queue;
4261 a_rwnd = 0;
4263 if (a_rwnd
4664 uint32_t a_rwnd, cum_ack; local
[all...]
H A Dsctp_indata.c4415 uint32_t a_rwnd, old_rwnd; local
4458 a_rwnd = rwnd;
4545 asoc->peers_rwnd, 0, 0, a_rwnd);
4547 asoc->peers_rwnd = a_rwnd;
4964 asoc->peers_rwnd, 0, 0, a_rwnd);
4966 asoc->peers_rwnd = a_rwnd;
5078 asoc->peers_rwnd, asoc->total_flight, (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)), a_rwnd);
5080 asoc->peers_rwnd = sctp_sbspace_sub(a_rwnd,
5214 a_rwnd,
5225 uint32_t cum_ack, a_rwnd; local
[all...]
H A Dsctp_output.c4686 init->init.a_rwnd = htonl(max(inp->sctp_socket ? SCTP_SB_LIMIT_RCV(inp->sctp_socket) : 0,
5907 initack->init.a_rwnd = htonl(max(SCTP_SB_LIMIT_RCV(so), SCTP_MINIMAL_RWND));
10907 sack->sack.a_rwnd = htonl(asoc->my_rwnd);
10919 nr_sack->nr_sack.a_rwnd = htonl(asoc->my_rwnd);
H A Dsctputil.c7409 offsetof(struct sctp_init, a_rwnd)) {
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw2.c941 offsetof(struct sctp_init, a_rwnd))) {
1069 offsetof(struct sctp_init, a_rwnd))) {
1580 offsetof(struct sctp_init, a_rwnd))
1584 offsetof(struct sctp_init, a_rwnd));
1771 offsetof(struct sctp_init, a_rwnd))
1775 offsetof(struct sctp_init, a_rwnd));
/freebsd-current/usr.sbin/traceroute6/
H A Dtraceroute6.c1170 init->init.a_rwnd = htonl(1500);
1437 if ((char *)&init->init.a_rwnd > buf + cc) {
/freebsd-current/sys/netinet6/
H A Dsctp6_usrreq.c314 offsetof(struct sctp_init, a_rwnd)) {
/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c1550 init->init.a_rwnd = htonl(1500);
/freebsd-current/sys/netpfil/pf/
H A Dpf_norm.c2109 if (ntohl(init.init.a_rwnd) < SCTP_MIN_RWND)

Completed in 514 milliseconds