Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/slip/
Dslhc.c349 || (th->doff > 5 && memcmp(th+1,cs->cs_tcpopt,((th->doff)-5)*4) != 0)){ in slhc_compress()
472 memcpy(cs->cs_tcpopt, th+1, ((th->doff) - 5) * 4); in slhc_compress()
619 memcpy(cp, cs->cs_tcpopt, ((thp->doff) - 5) * 4); in slhc_uncompress()
671 memcpy(cs->cs_tcpopt, icp + ihl*4 + sizeof(struct tcphdr), (cs->cs_tcp.doff - 5) * 4); in slhc_remember()
/linux-3.4.99/include/net/
Dslhc_vj.h134 unsigned char cs_tcpopt[64]; member