Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/slip/
H A Dslhc.c359 || (th->doff > 5 && memcmp(th+1,cs->cs_tcpopt,((th->doff)-5)*4) != 0)){ in slhc_compress()
481 memcpy(cs->cs_tcpopt, th+1, ((th->doff) - 5) * 4); in slhc_compress()
632 memcpy(cp, cs->cs_tcpopt, ((thp->doff) - 5) * 4); in slhc_uncompress()
695 memcpy(cs->cs_tcpopt, &th[1], (th->doff - 5) * 4); in slhc_remember()
/openbmc/linux/include/net/
H A Dslhc_vj.h135 unsigned char cs_tcpopt[64]; member