Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Duipc_domain.c100 max_hdr = max_linkhdr + max_protohdr; in domaininit()
H A Duipc_mbuf.c124 int max_protohdr; /* largest protocol header */ variable
/openbsd/sys/netinet/
H A Dtcp_subr.c176 if (max_protohdr < (sizeof(struct ip6_hdr) + sizeof(struct tcphdr))) in tcp_init()
177 max_protohdr = (sizeof(struct ip6_hdr) + sizeof(struct tcphdr)); in tcp_init()
/openbsd/sys/sys/
H A Dmbuf.h415 extern int max_protohdr; /* largest protocol header */