Searched refs:hill (Results 1 - 2 of 2) sorted by last modified time

/u-boot/net/
H A Dtcp.c172 b->sack.sack_v.hill[0].l = htonl(tcp_lost.hill[0].l);
173 b->sack.sack_v.hill[0].r = htonl(tcp_lost.hill[0].r);
181 b->sack.sack_v.hill[1].l = htonl(tcp_lost.hill[1].l);
182 b->sack.sack_v.hill[1].r = htonl(tcp_lost.hill[1].r);
183 b->sack.sack_v.hill[2].l = htonl(tcp_lost.hill[
365 u32 hill = 0; local
[all...]
/u-boot/include/net/
H A Dtcp.h140 * A hill is the inverse of a hole, and is data received.
151 * @hill: L & R window edges
156 struct sack_edges hill[TCP_SACK_HILLS]; member in struct:tcp_sack_v

Completed in 82 milliseconds