Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/slip/
Dslhc.c293 && th->source == cs->cs_tcp.source in slhc_compress()
294 && th->dest == cs->cs_tcp.dest) in slhc_compress()
345 oth = &cs->cs_tcp; in slhc_compress()
351 || th->doff != cs->cs_tcp.doff in slhc_compress()
437 memcpy(&cs->cs_tcp,th,20); in slhc_compress()
471 memcpy(&cs->cs_tcp,th,20); in slhc_compress()
528 thp = &cs->cs_tcp; in slhc_uncompress()
674 memcpy(&cs->cs_tcp,icp + ihl*4,20); in slhc_remember()
677 if (cs->cs_tcp.doff > 5) in slhc_remember()
678 memcpy(cs->cs_tcpopt, icp + ihl*4 + sizeof(struct tcphdr), (cs->cs_tcp.doff - 5) * 4); in slhc_remember()
[all …]
/Linux-v4.19/include/net/
Dslhc_vj.h133 struct tcphdr cs_tcp; member