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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_domain.c159 if (dp->dom_protohdrlen > _max_protohdr)
160 _max_protohdr = dp->dom_protohdrlen;
161 _max_protohdr = max_protohdr; /* round it up */
H A Duipc_mbuf.c454 int _max_protohdr; /* largest protocol header */ variable
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h662 #define max_protohdr P2ROUNDUP(_max_protohdr, sizeof (u_int32_t))
1001 /* Use max_protohdr instead of _max_protohdr */
1002 __private_extern__ int _max_protohdr; /* largest protocol header */ variable
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_subr.c414 _max_protohdr = TCP_MINPROTOHDR;
415 _max_protohdr = max_protohdr; /* round it up */

Completed in 77 milliseconds