| tag | line | file | source code |
| t1 | 1295 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 1332 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| t1 | 1347 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| t1 | 1349 | net/inet/tcp.c | memcpy(t1, th, sizeof(*t1)); |
| t1 | 1355 | net/inet/tcp.c | t1->dest = th->source; |
| t1 | 1356 | net/inet/tcp.c | t1->source = th->dest; |
| t1 | 1357 | net/inet/tcp.c | t1->seq = ntohl(sequence); |
| t1 | 1358 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 1360 | net/inet/tcp.c | t1->window = ntohs(sk->window); |
| t1 | 1361 | net/inet/tcp.c | t1->res1 = 0; |
| t1 | 1362 | net/inet/tcp.c | t1->res2 = 0; |
| t1 | 1363 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 1364 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 1365 | net/inet/tcp.c | t1->syn = 0; |
| t1 | 1366 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 1367 | net/inet/tcp.c | t1->fin = 0; |
| t1 | 1395 | net/inet/tcp.c | t1->ack_seq = ntohl(ack); |
| t1 | 1396 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 1397 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, daddr, sizeof(*t1), sk); |
| t1 | 1791 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 1834 | net/inet/tcp.c | t1 =(struct tcphdr *)(buff->data +tmp); |
| t1 | 1836 | net/inet/tcp.c | memcpy(t1,(void *) &sk->dummy_th, sizeof(*t1)); |
| t1 | 1837 | net/inet/tcp.c | t1->seq = htonl(sk->sent_seq); |
| t1 | 1838 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 1839 | net/inet/tcp.c | t1->res1 = 0; |
| t1 | 1840 | net/inet/tcp.c | t1->res2 = 0; |
| t1 | 1841 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 1842 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 1843 | net/inet/tcp.c | t1->syn = 0; |
| t1 | 1844 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 1848 | net/inet/tcp.c | t1->window = ntohs(sk->window); |
| t1 | 1849 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| t1 | 1850 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 1851 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |
| t1 | 2301 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 2323 | net/inet/tcp.c | buff->len = sizeof(*t1); |
| t1 | 2325 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| t1 | 2358 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| t1 | 2361 | net/inet/tcp.c | memcpy(t1, th, sizeof(*t1)); |
| t1 | 2362 | net/inet/tcp.c | t1->seq = ntohl(sk->write_seq); |
| t1 | 2365 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 2366 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| t1 | 2367 | net/inet/tcp.c | t1->window = ntohs(sk->window=tcp_select_window(sk)); |
| t1 | 2368 | net/inet/tcp.c | t1->fin = 1; |
| t1 | 2369 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 2370 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 2371 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |
| t1 | 2491 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 2511 | net/inet/tcp.c | buff->len = sizeof(*t1); |
| t1 | 2516 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| t1 | 2531 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| t1 | 2533 | net/inet/tcp.c | memcpy(t1, th, sizeof(*t1)); |
| t1 | 2539 | net/inet/tcp.c | t1->dest = th->source; |
| t1 | 2540 | net/inet/tcp.c | t1->source = th->dest; |
| t1 | 2541 | net/inet/tcp.c | t1->rst = 1; |
| t1 | 2542 | net/inet/tcp.c | t1->window = 0; |
| t1 | 2546 | net/inet/tcp.c | t1->ack = 0; |
| t1 | 2547 | net/inet/tcp.c | t1->seq = th->ack_seq; |
| t1 | 2548 | net/inet/tcp.c | t1->ack_seq = 0; |
| t1 | 2552 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 2554 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq); |
| t1 | 2556 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq+1); |
| t1 | 2557 | net/inet/tcp.c | t1->seq=0; |
| t1 | 2560 | net/inet/tcp.c | t1->syn = 0; |
| t1 | 2561 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 2562 | net/inet/tcp.c | t1->fin = 0; |
| t1 | 2563 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 2564 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 2565 | net/inet/tcp.c | tcp_send_check(t1, saddr, daddr, sizeof(*t1), NULL); |
| t1 | 2665 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 2856 | net/inet/tcp.c | t1 =(struct tcphdr *) buff->data; |
| t1 | 2883 | net/inet/tcp.c | t1 =(struct tcphdr *)((char *)t1 +tmp); |
| t1 | 2885 | net/inet/tcp.c | memcpy(t1, skb->h.th, sizeof(*t1)); |
| t1 | 2890 | net/inet/tcp.c | t1->dest = skb->h.th->source; |
| t1 | 2891 | net/inet/tcp.c | t1->source = newsk->dummy_th.source; |
| t1 | 2892 | net/inet/tcp.c | t1->seq = ntohl(newsk->write_seq++); |
| t1 | 2893 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 2896 | net/inet/tcp.c | t1->window = ntohs(newsk->window); |
| t1 | 2897 | net/inet/tcp.c | t1->res1 = 0; |
| t1 | 2898 | net/inet/tcp.c | t1->res2 = 0; |
| t1 | 2899 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 2900 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 2901 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 2902 | net/inet/tcp.c | t1->syn = 1; |
| t1 | 2903 | net/inet/tcp.c | t1->ack_seq = ntohl(skb->h.th->seq+1); |
| t1 | 2904 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4+1; |
| t1 | 2905 | net/inet/tcp.c | ptr =(unsigned char *)(t1+1); |
| t1 | 2911 | net/inet/tcp.c | tcp_send_check(t1, daddr, saddr, sizeof(*t1)+4, newsk); |
| t1 | 4249 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 4297 | net/inet/tcp.c | t1 = (struct tcphdr *) buff->data; |
| t1 | 4320 | net/inet/tcp.c | t1 = (struct tcphdr *)((char *)t1 +tmp); |
| t1 | 4322 | net/inet/tcp.c | memcpy(t1,(void *)&(sk->dummy_th), sizeof(*t1)); |
| t1 | 4323 | net/inet/tcp.c | t1->seq = ntohl(sk->write_seq++); |
| t1 | 4326 | net/inet/tcp.c | t1->ack = 0; |
| t1 | 4327 | net/inet/tcp.c | t1->window = 2; |
| t1 | 4328 | net/inet/tcp.c | t1->res1=0; |
| t1 | 4329 | net/inet/tcp.c | t1->res2=0; |
| t1 | 4330 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 4331 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 4332 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 4333 | net/inet/tcp.c | t1->syn = 1; |
| t1 | 4334 | net/inet/tcp.c | t1->urg_ptr = 0; |
| t1 | 4335 | net/inet/tcp.c | t1->doff = 6; |
| t1 | 4371 | net/inet/tcp.c | ptr = (unsigned char *)(t1+1); |
| t1 | 4376 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, |
| t1 | 4889 | net/inet/tcp.c | struct tcphdr *t1; |
| t1 | 4921 | net/inet/tcp.c | t1 = (struct tcphdr *) buff->data; |
| t1 | 4933 | net/inet/tcp.c | t1 = (struct tcphdr *)((char *)t1 +tmp); |
| t1 | 4935 | net/inet/tcp.c | memcpy(t1,(void *) &sk->dummy_th, sizeof(*t1)); |
| t1 | 4942 | net/inet/tcp.c | t1->seq = htonl(sk->sent_seq-1); |
| t1 | 4943 | net/inet/tcp.c | t1->ack = 1; |
| t1 | 4944 | net/inet/tcp.c | t1->res1= 0; |
| t1 | 4945 | net/inet/tcp.c | t1->res2= 0; |
| t1 | 4946 | net/inet/tcp.c | t1->rst = 0; |
| t1 | 4947 | net/inet/tcp.c | t1->urg = 0; |
| t1 | 4948 | net/inet/tcp.c | t1->psh = 0; |
| t1 | 4949 | net/inet/tcp.c | t1->fin = 0; /* We are sending a 'previous' sequence, and 0 bytes of data - thus no FIN bit */ |
| t1 | 4950 | net/inet/tcp.c | t1->syn = 0; |
| t1 | 4951 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| t1 | 4952 | net/inet/tcp.c | t1->window = ntohs(tcp_select_window(sk)); |
| t1 | 4953 | net/inet/tcp.c | t1->doff = sizeof(*t1)/4; |
| t1 | 4954 | net/inet/tcp.c | tcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk); |