Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmbuf.h1306 void max_protohdr_grow(u_int);
/freebsd/sys/netinet/
H A Dtcp_subr.c1506 max_protohdr_grow(sizeof(struct ip6_hdr) + sizeof(struct tcphdr)); in tcp_init()
1508 max_protohdr_grow(sizeof(struct tcpiphdr)); in tcp_init()
/freebsd/sys/kern/
H A Duipc_mbuf.c153 max_protohdr_grow(u_int new) in max_protohdr_grow() function