Searched refs:max_protohdr_grow (Results 1 – 3 of 3) sorted by relevance
1306 void max_protohdr_grow(u_int);
1506 max_protohdr_grow(sizeof(struct ip6_hdr) + sizeof(struct tcphdr)); in tcp_init()1508 max_protohdr_grow(sizeof(struct tcpiphdr)); in tcp_init()
153 max_protohdr_grow(u_int new) in max_protohdr_grow() function