tag | line | file | source code |
thp | 502 | drivers/net/slhc.c | register struct tcphdr *thp; |
thp | 535 | drivers/net/slhc.c | thp = &cs->cs_tcp; |
thp | 541 | drivers/net/slhc.c | thp->check = htons(x); |
thp | 543 | drivers/net/slhc.c | thp->psh = (changes & TCP_PUSH_BIT) ? 1 : 0; |
thp | 550 | drivers/net/slhc.c | hdrlen = ip->ihl * 4 + thp->doff * 4; |
thp | 557 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); |
thp | 558 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + i); |
thp | 563 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + |
thp | 569 | drivers/net/slhc.c | thp->urg = 1; |
thp | 573 | drivers/net/slhc.c | thp->urg_ptr = htons(x); |
thp | 575 | drivers/net/slhc.c | thp->urg = 0; |
thp | 580 | drivers/net/slhc.c | thp->window = htons( ntohs(thp->window) + x); |
thp | 586 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + x); |
thp | 592 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + x); |
thp | 634 | drivers/net/slhc.c | memcpy(cp, thp, 20); |
thp | 637 | drivers/net/slhc.c | if (thp->doff > 5) { |
thp | 638 | drivers/net/slhc.c | memcpy(cp, cs->cs_tcpopt, ((thp->doff) - 5) * 4); |
thp | 639 | drivers/net/slhc.c | cp += ((thp->doff) - 5) * 4; |