Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_reass.c139 static int maxfrags; variable
141 SYSCTL_INT(_net_inet_ip, OID_AUTO, maxfrags, CTLFLAG_RW,
142 &maxfrags, 0,
203 tmpmax = maxfrags; in ip_reass()
582 maxfrags = IP_MAXFRAGS; in ipreass_init()
727 maxfrags = IP_MAXFRAGS; in ipreass_zone_change()
/f-stack/freebsd/kern/
H A Duipc_mbuf.c1475 m_collapse(struct mbuf *m0, int how, int maxfrags) in m_collapse() argument
1506 if (curfrags <= maxfrags) in m_collapse()
1511 KASSERT(maxfrags > 1, in m_collapse()
1512 ("maxfrags %u, but normal collapse failed", maxfrags)); in m_collapse()
1534 if (curfrags <= maxfrags) in m_collapse()
/f-stack/freebsd/netinet6/
H A Dfrag6.c179 SYSCTL_INT(_net_inet6_ip6, IPV6CTL_MAXFRAGS, maxfrags,