taglinefilesource code
tcp119include/net/head_explode.hextern __inline__ unsigned char *tcp_explode(unsigned char *tcph, struct tcp_header *tcp)
tcp121include/net/head_explode.htcph=exp_getu16(tcph,&tcp->source);
tcp122include/net/head_explode.htcph=exp_getu16(tcph,&tcp->dest);
tcp123include/net/head_explode.htcph=exp_getu32(tcph,&tcp->seq);
tcp124include/net/head_explode.htcph=exp_getu32(tcph,&tcp->ack_seq);
tcp125include/net/head_explode.htcph=exp_getu16(tcph,&tcp->u.bitmask);
tcp126include/net/head_explode.htcph=exp_getu16(tcph,&tcp->window);
tcp127include/net/head_explode.htcph=exp_getn16(tcph,&tcp->check);
tcp128include/net/head_explode.htcph=exp_getu16(tcph,&tcp->urg_ptr);
tcp180net/ipv4/ip_fw.cstruct tcphdr    *tcp=(struct tcphdr *)((unsigned long *)ip+ip->ihl);
tcp234net/ipv4/ip_fw.csrc_port=ntohs(tcp->source);
tcp235net/ipv4/ip_fw.cdst_port=ntohs(tcp->dest);
tcp236net/ipv4/ip_fw.cif(tcp->syn && !tcp->ack)