Home
last modified time | relevance | path

Searched refs:vjlen (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Dslcompress.c412 int hlen, vjlen; in sl_uncompress_tcp() local
415 vjlen = sl_uncompress_tcp_core(cp, len, len, type, comp, &hdr, &hlen); in sl_uncompress_tcp()
416 if (vjlen < 0) in sl_uncompress_tcp()
418 if (vjlen == 0) in sl_uncompress_tcp()
421 cp += vjlen; in sl_uncompress_tcp()
422 len -= vjlen; in sl_uncompress_tcp()
462 u_int vjlen; in sl_uncompress_tcp_core() local
564 vjlen = cp - buf; in sl_uncompress_tcp_core()
565 buflen -= vjlen; in sl_uncompress_tcp_core()
571 total_len += cs->cs_hlen - vjlen; in sl_uncompress_tcp_core()
[all …]
H A Dif_spppsubr.c515 int hlen, vjlen; in sppp_input() local
610 if ((vjlen = in sppp_input()
629 m_adj(m, vjlen); in sppp_input()
/f-stack/freebsd/netgraph/
H A Dng_vjc.c442 int vjlen, need2pullup; in ng_vjc_rcvdata() local
466 vjlen = sl_uncompress_tcp_core(mtod(m, u_char *), in ng_vjc_rcvdata()
469 if (vjlen <= 0) { in ng_vjc_rcvdata()
474 m_adj(m, vjlen); in ng_vjc_rcvdata()