Searched refs:r_limit_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Dtcp_rack.h67 uint8_t r_limit_type; /* is this entry counted against a limit? */ member in struct:rack_sendmap
H A Dtcp_bbr.h83 uint8_t r_limit_type; /* is this entry counted against a limit? */ member in struct:bbr_sendmap
H A Dbbr.c3349 rsm->r_limit_type = limit_type;
3358 if (rsm->r_limit_type) {
3376 rsm->r_limit_type = 0;
4541 if ((r_rsm->r_limit_type == 0) && (l_rsm->r_limit_type != 0)) {
4543 r_rsm->r_limit_type = l_rsm->r_limit_type;
4544 l_rsm->r_limit_type = 0;
H A Drack.c2973 rsm->r_limit_type = limit_type;
2987 if (rsm->r_limit_type) {
6135 if ((r_rsm->r_limit_type == 0) && (l_rsm->r_limit_type != 0)) {
6137 r_rsm->r_limit_type = l_rsm->r_limit_type;
6138 l_rsm->r_limit_type = 0;

Completed in 163 milliseconds