Searched refs:allocated_len (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c302 u_int32_t basertt, svc_flags = 0, allocated_len; local
1342 allocated_len = MHLEN;
1357 allocated_len = MCLBYTES;
1359 if (len <= allocated_len - hdrlen - max_linkhdr) {
1361 VERIFY(allocated_len <= MHLEN);

Completed in 23 milliseconds