Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/slip/
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()
/linux-6.14.4/include/net/
Dslhc_vj.h133 struct tcphdr cs_tcp; member