Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_subr.c1217 #define TCP_MINPROTOHDR (sizeof(struct ip6_hdr) + sizeof(struct tcphdr)) in tcp_init() macro
1219 #define TCP_MINPROTOHDR (sizeof(struct tcpiphdr)) in tcp_init() macro
1221 if (max_protohdr < TCP_MINPROTOHDR) in tcp_init()
1222 max_protohdr = TCP_MINPROTOHDR; in tcp_init()
1223 if (max_linkhdr + TCP_MINPROTOHDR > MHLEN) in tcp_init()
1225 #undef TCP_MINPROTOHDR in tcp_init()