Searched refs:ip6_maxfragpackets (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dfrag6.c117 ip6_maxfragpackets = nmbclusters / 32;
285 if (ip6_maxfragpackets < 0)
287 else if (frag6_nfragpackets >= (u_int)ip6_maxfragpackets)
753 while (frag6_nfragpackets > (u_int)ip6_maxfragpackets &&
H A Din6_proto.c399 int ip6_maxfragpackets; /* initialized in frag6.c:frag6_init() */ variable
520 maxfragpackets, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_maxfragpackets, 0, "");
H A Dip6_var.h416 extern int ip6_maxfragpackets; /* Maximum packets in reassembly queue */

Completed in 19 milliseconds