Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c6001 uint32_t c_end; in rack_update_entry() local
6005 c_end = rsm->r_start + len; in rack_update_entry()
6006 if (SEQ_GEQ(c_end, rsm->r_end)) { in rack_update_entry()
6012 if (c_end == rsm->r_end) { in rack_update_entry()
6044 rack_clone_rsm(rack, nrsm, rsm, c_end); in rack_update_entry()
H A Dbbr.c5443 uint32_t c_end; in bbr_update_entry() local
5447 c_end = rsm->r_start + len; in bbr_update_entry()
5448 if (SEQ_GEQ(c_end, rsm->r_end)) { in bbr_update_entry()
5454 if (c_end == rsm->r_end) { in bbr_update_entry()
5483 bbr_clone_rsm(bbr, nrsm, rsm, c_end); in bbr_update_entry()