Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_output.c739 u_int32_t svc_flags = 0, allocated_len; in tcp_output() local
2443 allocated_len = MHLEN; in tcp_output()
2458 allocated_len = MCLBYTES; in tcp_output()
2460 if (len <= allocated_len - hdrlen - max_linkhdr) { in tcp_output()
2462 VERIFY(allocated_len <= MHLEN); in tcp_output()