Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/tcp_stacks/
H A Dbbr.c3329 bbr_alloc_limit(struct tcp_bbr *bbr, uint8_t limit_type) in bbr_alloc_limit() argument
3333 if (limit_type) { in bbr_alloc_limit()
3348 if (rsm != NULL && limit_type) { in bbr_alloc_limit()
3349 rsm->r_limit_type = limit_type; in bbr_alloc_limit()
H A Drack.c436 uint8_t limit_type);
2952 rack_alloc_limit(struct tcp_rack *rack, uint8_t limit_type) in rack_alloc_limit() argument
2956 if (limit_type) { in rack_alloc_limit()
2972 if (rsm != NULL && limit_type) { in rack_alloc_limit()
2973 rsm->r_limit_type = limit_type; in rack_alloc_limit()