Searched refs:cs_tcpopt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/slip/ |
H A D | slhc.c | 359 || (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() 684 memcpy(cs->cs_tcpopt, icp + ihl*4 + sizeof(struct tcphdr), (cs->cs_tcp.doff - 5) * 4); in slhc_remember()
|
/kernel/linux/linux-6.6/drivers/net/slip/ |
H A D | slhc.c | 359 || (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() 684 memcpy(cs->cs_tcpopt, icp + ihl*4 + sizeof(struct tcphdr), (cs->cs_tcp.doff - 5) * 4); in slhc_remember()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | slhc_vj.h | 135 unsigned char cs_tcpopt[64]; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | slhc_vj.h | 135 unsigned char cs_tcpopt[64]; member
|
Completed in 3 milliseconds