| tag | line | file | source code |
| t1 | 789 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 815 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| t1 | 827 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| t1 | 830 | net/inet/tcp.c | memcpy(t1, th, sizeof(*t1)); /* this should probably be removed */ |
| t1 | 836 | net/inet/tcp.c | t1->dest = th->source; |
| t1 | 837 | net/inet/tcp.c | t1->source = th->dest; |
| t1 | 838 | net/inet/tcp.c | t1->seq = ntohl(sequence); |
| t1 | 839 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 841 | net/inet/tcp.c | t1->window = ntohs(sk->window); |
| t1 | 842 | net/inet/tcp.c | t1->res1 = 0; |
| t1 | 843 | net/inet/tcp.c | t1->res2 = 0; |
| t1 | 844 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 845 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 846 | net/inet/tcp.c | t1->syn = 0; |
| t1 | 847 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 848 | net/inet/tcp.c | t1->fin = 0; |
| t1 | 864 | net/inet/tcp.c | t1->ack_seq = ntohl(ack); |
| t1 | 865 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 866 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, daddr, sizeof(*t1), sk); |
| t1 | 1252 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 1295 | net/inet/tcp.c | t1 =(struct tcphdr *)(buff->data +tmp); |
| t1 | 1297 | net/inet/tcp.c | memcpy(t1,(void *) &sk->dummy_th, sizeof(*t1)); |
| t1 | 1298 | net/inet/tcp.c | t1->seq = htonl(sk->sent_seq); |
| t1 | 1299 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 1300 | net/inet/tcp.c | t1->res1 = 0; |
| t1 | 1301 | net/inet/tcp.c | t1->res2 = 0; |
| t1 | 1302 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 1303 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 1304 | net/inet/tcp.c | t1->syn = 0; |
| t1 | 1305 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 1309 | net/inet/tcp.c | t1->window = ntohs(sk->window); |
| t1 | 1310 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| t1 | 1311 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 1312 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |
| t1 | 1644 | net/inet/tcp.c | struct tcphdr *t1, *th; |
| t1 | 1698 | net/inet/tcp.c | buff->len = sizeof(*t1); |
| t1 | 1700 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| t1 | 1735 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| t1 | 1738 | net/inet/tcp.c | memcpy(t1, th, sizeof(*t1)); |
| t1 | 1739 | net/inet/tcp.c | t1->seq = ntohl(sk->write_seq); |
| t1 | 1742 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 1743 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| t1 | 1744 | net/inet/tcp.c | t1->window = ntohs(sk->window=tcp_select_window(sk)); |
| t1 | 1745 | net/inet/tcp.c | t1->fin = 1; |
| t1 | 1746 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 1747 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 1748 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |
| t1 | 1820 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 1833 | net/inet/tcp.c | buff->len = sizeof(*t1); |
| t1 | 1838 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| t1 | 1853 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| t1 | 1855 | net/inet/tcp.c | memcpy(t1, th, sizeof(*t1)); |
| t1 | 1861 | net/inet/tcp.c | t1->dest = th->source; |
| t1 | 1862 | net/inet/tcp.c | t1->source = th->dest; |
| t1 | 1863 | net/inet/tcp.c | t1->rst = 1; |
| t1 | 1864 | net/inet/tcp.c | t1->window = 0; |
| t1 | 1868 | net/inet/tcp.c | t1->ack = 0; |
| t1 | 1869 | net/inet/tcp.c | t1->seq = th->ack_seq; |
| t1 | 1870 | net/inet/tcp.c | t1->ack_seq = 0; |
| t1 | 1874 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 1876 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq); |
| t1 | 1878 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq+1); |
| t1 | 1879 | net/inet/tcp.c | t1->seq=0; |
| t1 | 1882 | net/inet/tcp.c | t1->syn = 0; |
| t1 | 1883 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 1884 | net/inet/tcp.c | t1->fin = 0; |
| t1 | 1885 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 1886 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 1887 | net/inet/tcp.c | tcp_send_check(t1, saddr, daddr, sizeof(*t1), NULL); |
| t1 | 1974 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 2158 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| t1 | 2185 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| t1 | 2187 | net/inet/tcp.c | memcpy(t1, skb->h.th, sizeof(*t1)); |
| t1 | 2192 | net/inet/tcp.c | t1->dest = skb->h.th->source; |
| t1 | 2193 | net/inet/tcp.c | t1->source = newsk->dummy_th.source; |
| t1 | 2194 | net/inet/tcp.c | t1->seq = ntohl(newsk->write_seq++); |
| t1 | 2195 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 2198 | net/inet/tcp.c | t1->window = ntohs(newsk->window); |
| t1 | 2199 | net/inet/tcp.c | t1->res1 = 0; |
| t1 | 2200 | net/inet/tcp.c | t1->res2 = 0; |
| t1 | 2201 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 2202 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 2203 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 2204 | net/inet/tcp.c | t1->syn = 1; |
| t1 | 2205 | net/inet/tcp.c | t1->ack_seq = ntohl(skb->h.th->seq+1); |
| t1 | 2206 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4+1; |
| t1 | 2207 | net/inet/tcp.c | ptr =(unsigned char *)(t1+1); |
| t1 | 2213 | net/inet/tcp.c | tcp_send_check(t1, daddr, saddr, sizeof(*t1)+4, newsk); |
| t1 | 2236 | net/inet/tcp.c | struct tcphdr *t1, *th; |
| t1 | 2347 | net/inet/tcp.c | buff->len = sizeof(*t1); |
| t1 | 2349 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| t1 | 2379 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| t1 | 2382 | net/inet/tcp.c | memcpy(t1, th, sizeof(*t1)); |
| t1 | 2383 | net/inet/tcp.c | t1->seq = ntohl(sk->write_seq); |
| t1 | 2386 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 2393 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| t1 | 2394 | net/inet/tcp.c | t1->window = ntohs(sk->window=tcp_select_window(sk)); |
| t1 | 2395 | net/inet/tcp.c | t1->fin = 1; |
| t1 | 2396 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 2397 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 2398 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |
| t1 | 3518 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 3573 | net/inet/tcp.c | t1 = (struct tcphdr *) buff->data; |
| t1 | 3596 | net/inet/tcp.c | t1 = (struct tcphdr *)((char *)t1 +tmp); |
| t1 | 3598 | net/inet/tcp.c | memcpy(t1,(void *)&(sk->dummy_th), sizeof(*t1)); |
| t1 | 3599 | net/inet/tcp.c | t1->seq = ntohl(sk->write_seq++); |
| t1 | 3602 | net/inet/tcp.c | t1->ack = 0; |
| t1 | 3603 | net/inet/tcp.c | t1->window = 2; |
| t1 | 3604 | net/inet/tcp.c | t1->res1=0; |
| t1 | 3605 | net/inet/tcp.c | t1->res2=0; |
| t1 | 3606 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 3607 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 3608 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 3609 | net/inet/tcp.c | t1->syn = 1; |
| t1 | 3610 | net/inet/tcp.c | t1->urg_ptr = 0; |
| t1 | 3611 | net/inet/tcp.c | t1->doff = 6; |
| t1 | 3647 | net/inet/tcp.c | ptr = (unsigned char *)(t1+1); |
| t1 | 3652 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, |
| t1 | 4268 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 4298 | net/inet/tcp.c | t1 = (struct tcphdr *) buff->data; |
| t1 | 4310 | net/inet/tcp.c | t1 = (struct tcphdr *)((char *)t1 +tmp); |
| t1 | 4312 | net/inet/tcp.c | memcpy(t1,(void *) &sk->dummy_th, sizeof(*t1)); |
| t1 | 4318 | net/inet/tcp.c | t1->seq = htonl(sk->sent_seq-1); |
| t1 | 4319 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 4320 | net/inet/tcp.c | t1->res1= 0; |
| t1 | 4321 | net/inet/tcp.c | t1->res2= 0; |
| t1 | 4322 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 4323 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 4324 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 4325 | net/inet/tcp.c | t1->fin = 0; |
| t1 | 4326 | net/inet/tcp.c | t1->syn = 0; |
| t1 | 4327 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| t1 | 4328 | net/inet/tcp.c | t1->window = ntohs(tcp_select_window(sk)); |
| t1 | 4329 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 4330 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |