HomeSort by: relevance | last modified time | path
    Searched refs:t_lastoff (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
tcp_var.h 369 int t_lastoff; /* last data address in mbuf chain */ member in struct:tcpcb
tcp_input.c 1860 if (acked > (tp->t_lastoff - tp->t_inoff))
1863 tp->t_lastoff -= acked;
2574 if (acked > (tp->t_lastoff - tp->t_inoff))
2577 tp->t_lastoff -= acked;
tcp_output.c 451 (tp->t_lastoff + tp->t_lastlen) != off) {
474 tp->t_lastoff = off;

Completed in 18 milliseconds