Searched refs:max_protohdr (Results 1 – 4 of 4) sorted by relevance
99 int max_protohdr; variable1074 count = MIN(MIN(MAX(len, max_protohdr), space), n->m_len); in m_ensure_contig()1296 count = uimin(uimin(uimax(len, max_protohdr), space), n->m_len); in m_copyup()
167 max_hdr = max_linkhdr + max_protohdr; in domain_attach()
721 extern int max_protohdr; /* largest protocol header */
423 while ((oldhlen = max_protohdr) < hlen) in tcp_init_common()424 atomic_cas_uint(&max_protohdr, oldhlen, hlen); in tcp_init_common()