| tag | line | file | source code |
| t1 | 733 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 759 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| t1 | 771 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| t1 | 774 | net/inet/tcp.c | memcpy(t1, th, sizeof(*t1)); /* this should probably be removed */ |
| t1 | 780 | net/inet/tcp.c | t1->dest = th->source; |
| t1 | 781 | net/inet/tcp.c | t1->source = th->dest; |
| t1 | 782 | net/inet/tcp.c | t1->seq = ntohl(sequence); |
| t1 | 783 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 785 | net/inet/tcp.c | t1->window = ntohs(sk->window); |
| t1 | 786 | net/inet/tcp.c | t1->res1 = 0; |
| t1 | 787 | net/inet/tcp.c | t1->res2 = 0; |
| t1 | 788 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 789 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 790 | net/inet/tcp.c | t1->syn = 0; |
| t1 | 791 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 792 | net/inet/tcp.c | t1->fin = 0; |
| t1 | 807 | net/inet/tcp.c | t1->ack_seq = ntohl(ack); |
| t1 | 808 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 809 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, daddr, sizeof(*t1), sk); |
| t1 | 1193 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 1236 | net/inet/tcp.c | t1 =(struct tcphdr *)(buff->data +tmp); |
| t1 | 1238 | net/inet/tcp.c | memcpy(t1,(void *) &sk->dummy_th, sizeof(*t1)); |
| t1 | 1239 | net/inet/tcp.c | t1->seq = htonl(sk->sent_seq); |
| t1 | 1240 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 1241 | net/inet/tcp.c | t1->res1 = 0; |
| t1 | 1242 | net/inet/tcp.c | t1->res2 = 0; |
| t1 | 1243 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 1244 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 1245 | net/inet/tcp.c | t1->syn = 0; |
| t1 | 1246 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 1250 | net/inet/tcp.c | t1->window = ntohs(sk->window); |
| t1 | 1251 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| t1 | 1252 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 1253 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |
| t1 | 1568 | net/inet/tcp.c | struct tcphdr *t1, *th; |
| t1 | 1622 | net/inet/tcp.c | buff->len = sizeof(*t1); |
| t1 | 1624 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| t1 | 1659 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| t1 | 1662 | net/inet/tcp.c | memcpy(t1, th, sizeof(*t1)); |
| t1 | 1663 | net/inet/tcp.c | t1->seq = ntohl(sk->write_seq); |
| t1 | 1666 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 1667 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| t1 | 1668 | net/inet/tcp.c | t1->window = ntohs(sk->window=tcp_select_window(sk)/*sk->prot->rspace(sk)*/); |
| t1 | 1669 | net/inet/tcp.c | t1->fin = 1; |
| t1 | 1670 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 1671 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 1672 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |
| t1 | 1744 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 1757 | net/inet/tcp.c | buff->len = sizeof(*t1); |
| t1 | 1762 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| t1 | 1777 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| t1 | 1779 | net/inet/tcp.c | memcpy(t1, th, sizeof(*t1)); |
| t1 | 1785 | net/inet/tcp.c | t1->dest = th->source; |
| t1 | 1786 | net/inet/tcp.c | t1->source = th->dest; |
| t1 | 1787 | net/inet/tcp.c | t1->rst = 1; |
| t1 | 1788 | net/inet/tcp.c | t1->window = 0; |
| t1 | 1792 | net/inet/tcp.c | t1->ack = 0; |
| t1 | 1793 | net/inet/tcp.c | t1->seq = th->ack_seq; |
| t1 | 1794 | net/inet/tcp.c | t1->ack_seq = 0; |
| t1 | 1798 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 1800 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq); |
| t1 | 1802 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq+1); |
| t1 | 1803 | net/inet/tcp.c | t1->seq=0; |
| t1 | 1806 | net/inet/tcp.c | t1->syn = 0; |
| t1 | 1807 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 1808 | net/inet/tcp.c | t1->fin = 0; |
| t1 | 1809 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 1810 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 1811 | net/inet/tcp.c | tcp_send_check(t1, saddr, daddr, sizeof(*t1), NULL); |
| t1 | 1898 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 2080 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| t1 | 2107 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| t1 | 2109 | net/inet/tcp.c | memcpy(t1, skb->h.th, sizeof(*t1)); |
| t1 | 2114 | net/inet/tcp.c | t1->dest = skb->h.th->source; |
| t1 | 2115 | net/inet/tcp.c | t1->source = newsk->dummy_th.source; |
| t1 | 2116 | net/inet/tcp.c | t1->seq = ntohl(newsk->write_seq++); |
| t1 | 2117 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 2120 | net/inet/tcp.c | t1->window = ntohs(newsk->window); |
| t1 | 2121 | net/inet/tcp.c | t1->res1 = 0; |
| t1 | 2122 | net/inet/tcp.c | t1->res2 = 0; |
| t1 | 2123 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 2124 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 2125 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 2126 | net/inet/tcp.c | t1->syn = 1; |
| t1 | 2127 | net/inet/tcp.c | t1->ack_seq = ntohl(skb->h.th->seq+1); |
| t1 | 2128 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4+1; |
| t1 | 2129 | net/inet/tcp.c | ptr =(unsigned char *)(t1+1); |
| t1 | 2135 | net/inet/tcp.c | tcp_send_check(t1, daddr, saddr, sizeof(*t1)+4, newsk); |
| t1 | 2159 | net/inet/tcp.c | struct tcphdr *t1, *th; |
| t1 | 2271 | net/inet/tcp.c | buff->len = sizeof(*t1); |
| t1 | 2273 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| t1 | 2303 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| t1 | 2306 | net/inet/tcp.c | memcpy(t1, th, sizeof(*t1)); |
| t1 | 2307 | net/inet/tcp.c | t1->seq = ntohl(sk->write_seq); |
| t1 | 2310 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 2317 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| t1 | 2318 | net/inet/tcp.c | t1->window = ntohs(sk->window=tcp_select_window(sk)/*sk->prot->rspace(sk)*/); |
| t1 | 2319 | net/inet/tcp.c | t1->fin = 1; |
| t1 | 2320 | net/inet/tcp.c | t1->rst = need_reset; |
| t1 | 2321 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 2322 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |
| t1 | 3452 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 3507 | net/inet/tcp.c | t1 = (struct tcphdr *) buff->data; |
| t1 | 3530 | net/inet/tcp.c | t1 = (struct tcphdr *)((char *)t1 +tmp); |
| t1 | 3532 | net/inet/tcp.c | memcpy(t1,(void *)&(sk->dummy_th), sizeof(*t1)); |
| t1 | 3533 | net/inet/tcp.c | t1->seq = ntohl(sk->write_seq++); |
| t1 | 3536 | net/inet/tcp.c | t1->ack = 0; |
| t1 | 3537 | net/inet/tcp.c | t1->window = 2; |
| t1 | 3538 | net/inet/tcp.c | t1->res1=0; |
| t1 | 3539 | net/inet/tcp.c | t1->res2=0; |
| t1 | 3540 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 3541 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 3542 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 3543 | net/inet/tcp.c | t1->syn = 1; |
| t1 | 3544 | net/inet/tcp.c | t1->urg_ptr = 0; |
| t1 | 3545 | net/inet/tcp.c | t1->doff = 6; |
| t1 | 3581 | net/inet/tcp.c | ptr = (unsigned char *)(t1+1); |
| t1 | 3586 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, |
| t1 | 4205 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 4235 | net/inet/tcp.c | t1 = (struct tcphdr *) buff->data; |
| t1 | 4247 | net/inet/tcp.c | t1 = (struct tcphdr *)((char *)t1 +tmp); |
| t1 | 4249 | net/inet/tcp.c | memcpy(t1,(void *) &sk->dummy_th, sizeof(*t1)); |
| t1 | 4255 | net/inet/tcp.c | t1->seq = htonl(sk->sent_seq-1); |
| t1 | 4256 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 4257 | net/inet/tcp.c | t1->res1= 0; |
| t1 | 4258 | net/inet/tcp.c | t1->res2= 0; |
| t1 | 4259 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 4260 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 4261 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 4262 | net/inet/tcp.c | t1->fin = 0; |
| t1 | 4263 | net/inet/tcp.c | t1->syn = 0; |
| t1 | 4264 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| t1 | 4265 | net/inet/tcp.c | t1->window = ntohs(tcp_select_window(sk)/*sk->prot->rspace(sk)*/); |
| t1 | 4266 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 4267 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |