taglinefilesource code
t1666net/inet/tcp.cstruct tcphdr *t1;
t1694net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t1708net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t1711net/inet/tcp.cmemcpy(t1, th, sizeof(*t1)); /* this should probably be removed */
t1716net/inet/tcp.ct1->dest = th->source;
t1717net/inet/tcp.ct1->source = th->dest;
t1718net/inet/tcp.ct1->seq = ntohl(sequence);
t1719net/inet/tcp.ct1->ack = 1;
t1721net/inet/tcp.ct1->window = ntohs(sk->window);
t1722net/inet/tcp.ct1->res1 = 0;
t1723net/inet/tcp.ct1->res2 = 0;
t1724net/inet/tcp.ct1->rst = 0;
t1725net/inet/tcp.ct1->urg = 0;
t1726net/inet/tcp.ct1->syn = 0;
t1727net/inet/tcp.ct1->psh = 0;
t1728net/inet/tcp.ct1->fin = 0;
t1743net/inet/tcp.ct1->ack_seq = ntohl(ack);
t1744net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t1745net/inet/tcp.ctcp_send_check(t1, sk->saddr, daddr, sizeof(*t1), sk);
t11141net/inet/tcp.cstruct tcphdr *t1;
t11185net/inet/tcp.ct1 =(struct tcphdr *)(buff->data +tmp);
t11187net/inet/tcp.cmemcpy(t1,(void *) &sk->dummy_th, sizeof(*t1));
t11188net/inet/tcp.ct1->seq = htonl(sk->sent_seq);
t11189net/inet/tcp.ct1->ack = 1;
t11190net/inet/tcp.ct1->res1 = 0;
t11191net/inet/tcp.ct1->res2 = 0;
t11192net/inet/tcp.ct1->rst = 0;
t11193net/inet/tcp.ct1->urg = 0;
t11194net/inet/tcp.ct1->syn = 0;
t11195net/inet/tcp.ct1->psh = 0;
t11199net/inet/tcp.ct1->window = ntohs(sk->window);
t11200net/inet/tcp.ct1->ack_seq = ntohl(sk->acked_seq);
t11201net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t11202net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk);
t11508net/inet/tcp.cstruct tcphdr *t1, *th;
t11548net/inet/tcp.cbuff->len = sizeof(*t1);
t11550net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t11575net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t11578net/inet/tcp.cmemcpy(t1, th, sizeof(*t1));
t11579net/inet/tcp.ct1->seq = ntohl(sk->write_seq);
t11582net/inet/tcp.ct1->ack = 1;
t11583net/inet/tcp.ct1->ack_seq = ntohl(sk->acked_seq);
t11584net/inet/tcp.ct1->window = ntohs(sk->window=tcp_select_window(sk)/*sk->prot->rspace(sk)*/);
t11585net/inet/tcp.ct1->fin = 1;
t11586net/inet/tcp.ct1->rst = 0;
t11587net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t11588net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk);
t11665net/inet/tcp.cstruct tcphdr *t1;
t11679net/inet/tcp.cbuff->len = sizeof(*t1);
t11684net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t11699net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t11701net/inet/tcp.cmemcpy(t1, th, sizeof(*t1));
t11707net/inet/tcp.ct1->dest = th->source;
t11708net/inet/tcp.ct1->source = th->dest;
t11709net/inet/tcp.ct1->rst = 1;  
t11710net/inet/tcp.ct1->window = 0;
t11714net/inet/tcp.ct1->ack = 0;
t11715net/inet/tcp.ct1->seq = th->ack_seq;
t11716net/inet/tcp.ct1->ack_seq = 0;
t11720net/inet/tcp.ct1->ack = 1;
t11722net/inet/tcp.ct1->ack_seq=htonl(th->seq);
t11724net/inet/tcp.ct1->ack_seq=htonl(th->seq+1);
t11725net/inet/tcp.ct1->seq=0;
t11728net/inet/tcp.ct1->syn = 0;
t11729net/inet/tcp.ct1->urg = 0;
t11730net/inet/tcp.ct1->fin = 0;
t11731net/inet/tcp.ct1->psh = 0;
t11732net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t11733net/inet/tcp.ctcp_send_check(t1, saddr, daddr, sizeof(*t1), NULL);
t11816net/inet/tcp.cstruct tcphdr *t1;
t11966net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t11986net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t11988net/inet/tcp.cmemcpy(t1, skb->h.th, sizeof(*t1));
t11992net/inet/tcp.ct1->dest = skb->h.th->source;
t11993net/inet/tcp.ct1->source = newsk->dummy_th.source;
t11994net/inet/tcp.ct1->seq = ntohl(newsk->write_seq++);
t11995net/inet/tcp.ct1->ack = 1;
t11998net/inet/tcp.ct1->window = ntohs(newsk->window);
t11999net/inet/tcp.ct1->res1 = 0;
t12000net/inet/tcp.ct1->res2 = 0;
t12001net/inet/tcp.ct1->rst = 0;
t12002net/inet/tcp.ct1->urg = 0;
t12003net/inet/tcp.ct1->psh = 0;
t12004net/inet/tcp.ct1->syn = 1;
t12005net/inet/tcp.ct1->ack_seq = ntohl(skb->h.th->seq+1);
t12006net/inet/tcp.ct1->doff = sizeof(*t1)/4+1;
t12008net/inet/tcp.cptr =(unsigned char *)(t1+1);
t12014net/inet/tcp.ctcp_send_check(t1, daddr, saddr, sizeof(*t1)+4, newsk);
t12035net/inet/tcp.cstruct tcphdr *t1, *th;
t12130net/inet/tcp.cbuff->len = sizeof(*t1);
t12132net/inet/tcp.ct1 =(struct tcphdr *) buff->data;
t12156net/inet/tcp.ct1 =(struct tcphdr *)((char *)t1 +tmp);
t12159net/inet/tcp.cmemcpy(t1, th, sizeof(*t1));
t12160net/inet/tcp.ct1->seq = ntohl(sk->write_seq);
t12163net/inet/tcp.ct1->ack = 1;
t12170net/inet/tcp.ct1->ack_seq = ntohl(sk->acked_seq);
t12171net/inet/tcp.ct1->window = ntohs(sk->window=tcp_select_window(sk)/*sk->prot->rspace(sk)*/);
t12172net/inet/tcp.ct1->fin = 1;
t12173net/inet/tcp.ct1->rst = need_reset;
t12174net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t12175net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk);
t13037net/inet/tcp.cstruct tcphdr *t1;
t13100net/inet/tcp.ct1 = (struct tcphdr *) buff->data;
t13120net/inet/tcp.ct1 = (struct tcphdr *)((char *)t1 +tmp);
t13122net/inet/tcp.cmemcpy(t1,(void *)&(sk->dummy_th), sizeof(*t1));
t13123net/inet/tcp.ct1->seq = ntohl(sk->write_seq++);
t13126net/inet/tcp.ct1->ack = 0;
t13127net/inet/tcp.ct1->window = 2;
t13128net/inet/tcp.ct1->res1=0;
t13129net/inet/tcp.ct1->res2=0;
t13130net/inet/tcp.ct1->rst = 0;
t13131net/inet/tcp.ct1->urg = 0;
t13132net/inet/tcp.ct1->psh = 0;
t13133net/inet/tcp.ct1->syn = 1;
t13134net/inet/tcp.ct1->urg_ptr = 0;
t13135net/inet/tcp.ct1->doff = 6;
t13161net/inet/tcp.cptr = (unsigned char *)(t1+1);
t13166net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr,
t13663net/inet/tcp.cstruct tcphdr *t1;
t13684net/inet/tcp.ct1 = (struct tcphdr *) buff->data;
t13696net/inet/tcp.ct1 = (struct tcphdr *)((char *)t1 +tmp);
t13698net/inet/tcp.cmemcpy(t1,(void *) &sk->dummy_th, sizeof(*t1));
t13704net/inet/tcp.ct1->seq = htonl(sk->sent_seq-1);
t13705net/inet/tcp.ct1->ack = 1; 
t13706net/inet/tcp.ct1->res1= 0;
t13707net/inet/tcp.ct1->res2= 0;
t13708net/inet/tcp.ct1->rst = 0;
t13709net/inet/tcp.ct1->urg = 0;
t13710net/inet/tcp.ct1->psh = 0;
t13711net/inet/tcp.ct1->fin = 0;
t13712net/inet/tcp.ct1->syn = 0;
t13713net/inet/tcp.ct1->ack_seq = ntohl(sk->acked_seq);
t13714net/inet/tcp.ct1->window = ntohs(tcp_select_window(sk)/*sk->prot->rspace(sk)*/);
t13715net/inet/tcp.ct1->doff = sizeof(*t1)/4;
t13716net/inet/tcp.ctcp_send_check(t1, sk->saddr, sk->daddr, sizeof(*t1), sk);