Lines Matching refs:cs_tcp
299 && th->source == cs->cs_tcp.source
300 && th->dest == cs->cs_tcp.dest)
351 oth = &cs->cs_tcp;
357 || th->doff != cs->cs_tcp.doff
443 memcpy(&cs->cs_tcp,th,20);
477 memcpy(&cs->cs_tcp,th,20);
534 thp = &cs->cs_tcp;
680 memcpy(&cs->cs_tcp,icp + ihl*4,20);
683 if (cs->cs_tcp.doff > 5)
684 memcpy(cs->cs_tcpopt, icp + ihl*4 + sizeof(struct tcphdr), (cs->cs_tcp.doff - 5) * 4);
685 cs->cs_hsize = ihl*2 + cs->cs_tcp.doff*2;