Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_ratelimit.h87 #define RS_PACING_EXACT_MATCH 0x0001 /* Need an exact match for rate */ macro
H A Dtcp_ratelimit.c835 } else if (flags & RS_PACING_EXACT_MATCH) { in tcp_int_find_suitable_rate()
975 (flags & RS_PACING_EXACT_MATCH)) { in tcp_find_suitable_rate()
982 if ((flags & RS_PACING_EXACT_MATCH) && in tcp_find_suitable_rate()