Home
last modified time | relevance | path

Searched refs:cs_tcp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/slip/
H A Dslhc.c299 && 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()
/openbmc/linux/include/net/
H A Dslhc_vj.h133 struct tcphdr cs_tcp; member