taglinefilesource code
t1705net/inet/tcp.cstruct tcphdr *t1;
t1730net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t1742net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t1745net/inet/tcp.cmemcpy(t1, th, sizeof(*t1)); /* this should probably be removed */
t1748net/inet/tcp.ct1->dest = th->source;
t1749net/inet/tcp.ct1->source = th->dest;
t1750net/inet/tcp.ct1->seq = ntohl(sequence);
t1751net/inet/tcp.ct1->ack = 1;
t1753net/inet/tcp.ct1->window = ntohs(sk->window);
t1754net/inet/tcp.ct1->res1 = 0;
t1755net/inet/tcp.ct1->res2 = 0;
t1756net/inet/tcp.ct1->rst = 0;
t1757net/inet/tcp.ct1->urg = 0;
t1758net/inet/tcp.ct1->syn = 0;
t1759net/inet/tcp.ct1->psh = 0;
t1760net/inet/tcp.ct1->fin = 0;
t1773net/inet/tcp.ct1->ack_seq = ntohl(ack);
t1774net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t1775net/inet/tcp.ctcp_send_check(t1, sk->saddr, daddr, sizeof(*t1), sk);
t11102net/inet/tcp.cstruct tcphdr *t1;
t11140net/inet/tcp.ct1 =(struct tcphdr *)(buff->data +tmp);
t11142net/inet/tcp.cmemcpy(t1,(void *) &sk->dummy_th, sizeof(*t1));
t11143net/inet/tcp.ct1->seq = htonl(sk->sent_seq);
t11144net/inet/tcp.ct1->ack = 1;
t11145net/inet/tcp.ct1->res1 = 0;
t11146net/inet/tcp.ct1->res2 = 0;
t11147net/inet/tcp.ct1->rst = 0;
t11148net/inet/tcp.ct1->urg = 0;
t11149net/inet/tcp.ct1->syn = 0;
t11150net/inet/tcp.ct1->psh = 0;
t11154net/inet/tcp.ct1->window = ntohs(sk->window);
t11155net/inet/tcp.ct1->ack_seq = ntohl(sk->acked_seq);
t11156net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t11157net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk);
t11454net/inet/tcp.cstruct tcphdr *t1, *th;
t11486net/inet/tcp.cbuff->len = sizeof(*t1);
t11487net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t11506net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t11509net/inet/tcp.cmemcpy(t1, th, sizeof(*t1));
t11510net/inet/tcp.ct1->seq = ntohl(sk->write_seq);
t11513net/inet/tcp.ct1->ack = 1;
t11514net/inet/tcp.ct1->ack_seq = ntohl(sk->acked_seq);
t11515net/inet/tcp.ct1->window = ntohs(sk->window=tcp_select_window(sk)/*sk->prot->rspace(sk)*/);
t11516net/inet/tcp.ct1->fin = 1;
t11517net/inet/tcp.ct1->rst = 0;
t11518net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t11519net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk);
t11586net/inet/tcp.cstruct tcphdr *t1;
t11600net/inet/tcp.cbuff->len = sizeof(*t1);
t11604net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t11614net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t11616net/inet/tcp.cmemcpy(t1, th, sizeof(*t1));
t11619net/inet/tcp.ct1->dest = th->source;
t11620net/inet/tcp.ct1->source = th->dest;
t11621net/inet/tcp.ct1->rst = 1;  
t11622net/inet/tcp.ct1->window = 0;
t11626net/inet/tcp.ct1->ack = 0;
t11627net/inet/tcp.ct1->seq = th->ack_seq;
t11628net/inet/tcp.ct1->ack_seq = 0;
t11632net/inet/tcp.ct1->ack = 1;
t11634net/inet/tcp.ct1->ack_seq=htonl(th->seq);
t11636net/inet/tcp.ct1->ack_seq=htonl(th->seq+1);
t11637net/inet/tcp.ct1->seq=0;
t11640net/inet/tcp.ct1->syn = 0;
t11641net/inet/tcp.ct1->urg = 0;
t11642net/inet/tcp.ct1->fin = 0;
t11643net/inet/tcp.ct1->psh = 0;
t11644net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t11645net/inet/tcp.ctcp_send_check(t1, saddr, daddr, sizeof(*t1), NULL);
t11727net/inet/tcp.cstruct tcphdr *t1;
t11873net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t11892net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t11894net/inet/tcp.cmemcpy(t1, skb->h.th, sizeof(*t1));
t11898net/inet/tcp.ct1->dest = skb->h.th->source;
t11899net/inet/tcp.ct1->source = newsk->dummy_th.source;
t11900net/inet/tcp.ct1->seq = ntohl(newsk->write_seq++);
t11901net/inet/tcp.ct1->ack = 1;
t11904net/inet/tcp.ct1->window = ntohs(newsk->window);
t11905net/inet/tcp.ct1->res1 = 0;
t11906net/inet/tcp.ct1->res2 = 0;
t11907net/inet/tcp.ct1->rst = 0;
t11908net/inet/tcp.ct1->urg = 0;
t11909net/inet/tcp.ct1->psh = 0;
t11910net/inet/tcp.ct1->syn = 1;
t11911net/inet/tcp.ct1->ack_seq = ntohl(skb->h.th->seq+1);
t11912net/inet/tcp.ct1->doff = sizeof(*t1)/4+1;
t11914net/inet/tcp.cptr =(unsigned char *)(t1+1);
t11920net/inet/tcp.ctcp_send_check(t1, daddr, saddr, sizeof(*t1)+4, newsk);
t11941net/inet/tcp.cstruct tcphdr *t1, *th;
t12027net/inet/tcp.cbuff->len = sizeof(*t1);
t12028net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t12048net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t12051net/inet/tcp.cmemcpy(t1, th, sizeof(*t1));
t12052net/inet/tcp.ct1->seq = ntohl(sk->write_seq);
t12055net/inet/tcp.ct1->ack = 1;
t12059net/inet/tcp.ct1->ack_seq = ntohl(sk->acked_seq);
t12060net/inet/tcp.ct1->window = ntohs(sk->window=tcp_select_window(sk)/*sk->prot->rspace(sk)*/);
t12061net/inet/tcp.ct1->fin = 1;
t12062net/inet/tcp.ct1->rst = need_reset;
t12063net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t12064net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk);
t12963net/inet/tcp.cstruct tcphdr *t1;
t13008net/inet/tcp.ct1 = (struct tcphdr *) buff->data;
t13020net/inet/tcp.ct1 = (struct tcphdr *)((char *)t1 +tmp);
t13022net/inet/tcp.cmemcpy(t1,(void *)&(sk->dummy_th), sizeof(*t1));
t13023net/inet/tcp.ct1->seq = ntohl(sk->write_seq++);
t13026net/inet/tcp.ct1->ack = 0;
t13027net/inet/tcp.ct1->window = 2;
t13028net/inet/tcp.ct1->res1=0;
t13029net/inet/tcp.ct1->res2=0;
t13030net/inet/tcp.ct1->rst = 0;
t13031net/inet/tcp.ct1->urg = 0;
t13032net/inet/tcp.ct1->psh = 0;
t13033net/inet/tcp.ct1->syn = 1;
t13034net/inet/tcp.ct1->urg_ptr = 0;
t13035net/inet/tcp.ct1->doff = 6;
t13054net/inet/tcp.cptr = (unsigned char *)(t1+1);
t13059net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr,
t13574net/inet/tcp.cstruct tcphdr *t1;
t13594net/inet/tcp.ct1 = (struct tcphdr *) buff->data;
t13605net/inet/tcp.ct1 = (struct tcphdr *)((char *)t1 +tmp);
t13607net/inet/tcp.cmemcpy(t1,(void *) &sk->dummy_th, sizeof(*t1));
t13613net/inet/tcp.ct1->seq = htonl(sk->sent_seq-1);
t13614net/inet/tcp.ct1->ack = 1; 
t13615net/inet/tcp.ct1->res1= 0;
t13616net/inet/tcp.ct1->res2= 0;
t13617net/inet/tcp.ct1->rst = 0;
t13618net/inet/tcp.ct1->urg = 0;
t13619net/inet/tcp.ct1->psh = 0;
t13620net/inet/tcp.ct1->fin = 0;
t13621net/inet/tcp.ct1->syn = 0;
t13622net/inet/tcp.ct1->ack_seq = ntohl(sk->acked_seq);
t13623net/inet/tcp.ct1->window = ntohs(tcp_select_window(sk)/*sk->prot->rspace(sk)*/);
t13624net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t13625net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk);