Searched refs:TCP_MINPROTOHDR (Results 1 – 1 of 1) sorted by relevance
1217 #define TCP_MINPROTOHDR (sizeof(struct ip6_hdr) + sizeof(struct tcphdr)) in tcp_init() macro1219 #define TCP_MINPROTOHDR (sizeof(struct tcpiphdr)) in tcp_init() macro1221 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()