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

/freebsd-10-stable/sys/netinet/
H A Dtcp_subr.c420 #define TCP_MINPROTOHDR (sizeof(struct ip6_hdr) + sizeof(struct tcphdr)) macro
422 #define TCP_MINPROTOHDR (sizeof(struct tcpiphdr)) macro
424 if (max_protohdr < TCP_MINPROTOHDR)
425 max_protohdr = TCP_MINPROTOHDR;
426 if (max_linkhdr + TCP_MINPROTOHDR > MHLEN)
428 #undef TCP_MINPROTOHDR macro

Completed in 61 milliseconds