max_protohdr 118 kern/uipc_domain.c max_hdr = max_linkhdr + max_protohdr; max_protohdr 96 kern/uipc_mbuf.c int max_protohdr; /* largest protocol header */ max_protohdr 638 kern/uipc_mbuf.c count = min(min(max(len, max_protohdr), space), n->m_len); max_protohdr 176 netinet/tcp_subr.c if (max_protohdr < (sizeof(struct ip6_hdr) + sizeof(struct tcphdr))) max_protohdr 177 netinet/tcp_subr.c max_protohdr = (sizeof(struct ip6_hdr) + sizeof(struct tcphdr)); max_protohdr 459 sys/mbuf.h extern int max_protohdr; /* largest protocol header */