Searched refs:max_protohdr (Results 1 – 4 of 4) sorted by relevance
100 max_hdr = max_linkhdr + max_protohdr; in domaininit()
124 int max_protohdr; /* largest protocol header */ variable
176 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()
415 extern int max_protohdr; /* largest protocol header */