Searched refs:allocated_len (Results 1 – 1 of 1) sorted by relevance
723 u_int32_t svc_flags = 0, allocated_len; in tcp_output() local2371 allocated_len = MHLEN; in tcp_output()2386 allocated_len = MCLBYTES; in tcp_output()2388 if (len <= allocated_len - hdrlen - max_linkhdr) { in tcp_output()2390 VERIFY(allocated_len <= MHLEN); in tcp_output()