Searched refs:IPCOMP_HLENGTH (Results 1 – 2 of 2) sorted by relevance
47 #define IPCOMP_HLENGTH 4 /* Length of IPCOMP header */ macro
205 int error, hlen = IPCOMP_HLENGTH; in ipcomp_input()292 int hlen = IPCOMP_HLENGTH, error, clen; in ipcomp_input_cb()451 if (ralen + skip + IPCOMP_HLENGTH > maxpacketsize) { in ipcomp_output()457 ralen + skip + IPCOMP_HLENGTH, maxpacketsize)); in ipcomp_output()583 mo = m_makespace(m, skip, IPCOMP_HLENGTH, &roff); in ipcomp_output_cb()