OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_inoff
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
tcp_output.c
458
tp->
t_inoff
= off;
461
tp->
t_inoff
+= tp->t_lastlen;
465
while (tp->
t_inoff
> 0) {
468
if (tp->
t_inoff
< tp->t_lastm->m_len)
470
tp->
t_inoff
-= tp->t_lastm->m_len;
477
off = tp->
t_inoff
;
tcp_var.h
368
int
t_inoff
; /* data offset in previous mbuf */
member in struct:tcpcb
tcp_input.c
1860
if (acked > (tp->t_lastoff - tp->
t_inoff
))
2574
if (acked > (tp->t_lastoff - tp->
t_inoff
))
Completed in 65 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025