Searched refs:vjlen (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net/ |
H A D | slcompress.c | 409 int hlen, vjlen; in sl_uncompress_tcp() local 412 vjlen = sl_uncompress_tcp_core(cp, len, len, type, comp, &hdr, &hlen); in sl_uncompress_tcp() 413 if (vjlen < 0) in sl_uncompress_tcp() 415 if (vjlen == 0) in sl_uncompress_tcp() 418 cp += vjlen; in sl_uncompress_tcp() 419 len -= vjlen; in sl_uncompress_tcp() 459 u_int vjlen; in sl_uncompress_tcp_core() local 561 vjlen = cp - buf; in sl_uncompress_tcp_core() 562 buflen -= vjlen; in sl_uncompress_tcp_core() 568 total_len += cs->cs_hlen - vjlen; in sl_uncompress_tcp_core() [all …]
|
/freebsd/sys/netgraph/ |
H A D | ng_vjc.c | 440 int vjlen, need2pullup; in ng_vjc_rcvdata() local 464 vjlen = sl_uncompress_tcp_core(mtod(m, u_char *), in ng_vjc_rcvdata() 467 if (vjlen <= 0) { in ng_vjc_rcvdata() 472 m_adj(m, vjlen); in ng_vjc_rcvdata()
|