Home
last modified time | relevance | path

Searched refs:limit_type (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c374 uint8_t limit_type);
2222 rack_alloc_limit(struct tcp_rack *rack, uint8_t limit_type) in rack_alloc_limit() argument
2226 if (limit_type) { in rack_alloc_limit()
2242 if (rsm != NULL && limit_type) { in rack_alloc_limit()
2243 rsm->r_limit_type = limit_type; in rack_alloc_limit()
H A Dbbr.c3330 bbr_alloc_limit(struct tcp_bbr *bbr, uint8_t limit_type) in bbr_alloc_limit() argument
3334 if (limit_type) { in bbr_alloc_limit()
3349 if (rsm != NULL && limit_type) { in bbr_alloc_limit()
3350 rsm->r_limit_type = limit_type; in bbr_alloc_limit()