Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_ipv4.c1817 struct tcphdr *thtail; in tcp_add_backlog() local
1853 thtail = (struct tcphdr *)tail->data; in tcp_add_backlog()
1867 thtail->doff != th->doff || in tcp_add_backlog()
1868 memcmp(thtail + 1, th + 1, hdrlen - sizeof(*th))) in tcp_add_backlog()
1886 thtail->window = th->window; in tcp_add_backlog()
1897 thtail->fin |= th->fin; in tcp_add_backlog()