Searched refs:BBR_MARKED_LOST (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h43 #define BBR_MARKED_LOST 0x0200 /* macro
H A Dbbr.c4349 if ((rsm->r_flags & BBR_MARKED_LOST) == 0) {
4350 rsm->r_flags |= BBR_MARKED_LOST;
4536 if (r_rsm->r_flags & BBR_MARKED_LOST) {
4930 if ((rsm->r_flags & BBR_MARKED_LOST) == 0) {
4939 rsm->r_flags |= BBR_SACK_PASSED | BBR_MARKED_LOST;
4949 rsm->r_flags |= BBR_MARKED_LOST;
5358 if (rsm->r_flags & BBR_MARKED_LOST) {
5360 rsm->r_flags &= ~BBR_MARKED_LOST;
6988 if (((nrsm->r_flags & BBR_MARKED_LOST) == 0) &&
6992 nrsm->r_flags |= BBR_MARKED_LOST;
[all...]

Completed in 58 milliseconds