Home
last modified time | relevance | path

Searched refs:nexthole (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_sack.c508 if (tp->sackhint.nexthole == NULL) in tcp_sackhole_insert()
509 tp->sackhint.nexthole = hole; in tcp_sackhole_insert()
522 if (tp->sackhint.nexthole == hole) in tcp_sackhole_remove()
523 tp->sackhint.nexthole = TAILQ_NEXT(hole, scblink); in tcp_sackhole_remove()
774 KASSERT(tp->sackhint.nexthole == NULL, in tcp_free_sackholes()
856 hole = tp->sackhint.nexthole; in tcp_sack_output()
861 tp->sackhint.nexthole = hole; in tcp_sack_output()
H A Dtcp_var.h107 struct sackhole *nexthole; member
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h107 struct sackhole *nexthole; member