Searched refs:thtail (Results 1 – 1 of 1) sorted by relevance
1810 struct tcphdr *thtail; in tcp_add_backlog() local1846 thtail = (struct tcphdr *)tail->data; in tcp_add_backlog()1859 thtail->doff != th->doff || in tcp_add_backlog()1860 memcmp(thtail + 1, th + 1, hdrlen - sizeof(*th))) in tcp_add_backlog()1878 thtail->window = th->window; in tcp_add_backlog()1889 thtail->fin |= th->fin; in tcp_add_backlog()
Completed in 10 milliseconds