Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/ !
H A Dtcp_output.c2948 int xlen = len; in tcp_output() local
2950 ++xlen; in tcp_output()
2954 ++xlen; in tcp_output()
2957 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max)) { in tcp_output()