Searched refs:cs_tcp (Results 1 – 2 of 2) sorted by relevance
299 && th->source == cs->cs_tcp.source in slhc_compress()300 && th->dest == cs->cs_tcp.dest) in slhc_compress()351 oth = &cs->cs_tcp; in slhc_compress()357 || th->doff != cs->cs_tcp.doff in slhc_compress()443 memcpy(&cs->cs_tcp,th,20); in slhc_compress()477 memcpy(&cs->cs_tcp,th,20); in slhc_compress()534 thp = &cs->cs_tcp; in slhc_uncompress()691 memcpy(&cs->cs_tcp, th, sizeof(*th)); in slhc_remember()
133 struct tcphdr cs_tcp; member