tag | line | file | source code |
thp | 495 | drivers/net/slhc.c | register struct tcphdr *thp; |
thp | 528 | drivers/net/slhc.c | thp = &cs->cs_tcp; |
thp | 534 | drivers/net/slhc.c | thp->check = htons(x); |
thp | 536 | drivers/net/slhc.c | thp->psh = (changes & TCP_PUSH_BIT) ? 1 : 0; |
thp | 543 | drivers/net/slhc.c | hdrlen = ip->ihl * 4 + thp->doff * 4; |
thp | 550 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); |
thp | 551 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + i); |
thp | 556 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + |
thp | 562 | drivers/net/slhc.c | thp->urg = 1; |
thp | 566 | drivers/net/slhc.c | thp->urg_ptr = htons(x); |
thp | 568 | drivers/net/slhc.c | thp->urg = 0; |
thp | 573 | drivers/net/slhc.c | thp->window = htons( ntohs(thp->window) + x); |
thp | 579 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + x); |
thp | 585 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + x); |
thp | 627 | drivers/net/slhc.c | memcpy(cp, thp, 20); |
thp | 630 | drivers/net/slhc.c | if (thp->doff > 5) { |
thp | 631 | drivers/net/slhc.c | memcpy(cp, cs->cs_tcpopt, ((thp->doff) - 5) * 4); |
thp | 632 | drivers/net/slhc.c | cp += ((thp->doff) - 5) * 4; |