Searched refs:ip6stat (Results 1 - 20 of 20) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Dip6_forward.c208 ip6stat.ip6s_cantforward++;
270 ip6stat.ip6s_cantforward++;
292 ip6stat.ip6s_cantforward++;
314 ip6stat.ip6s_cantforward++;
378 ip6stat.ip6s_cantforward++;
424 ip6stat.ip6s_noroute++;
450 ip6stat.ip6s_noroute++;
476 ip6stat.ip6s_cantforward++;
477 ip6stat.ip6s_badscope++;
482 ip6stat
[all...]
H A Dip6_input.c187 struct ip6stat ip6stat; variable in typeref:struct:ip6stat
250 ip6stat.ip6s_toosmall++; \
534 ip6stat.ip6s_mext2m++;
536 ip6stat.ip6s_mext1++;
538 #define M2MMAX (sizeof (ip6stat.ip6s_m2m) / sizeof (ip6stat.ip6s_m2m[0]))
542 ip6stat.ip6s_m2m[ifnet_index(lo_ifp)]++;
544 ip6stat.ip6s_m2m[inifp->if_index]++;
546 ip6stat
[all...]
H A Droute6.c91 ip6stat.ip6s_badoptions++;
113 ip6stat.ip6s_badoptions++;
H A Ddest6.c80 ip6stat.ip6s_toosmall++;
H A Dip6_var.h256 struct ip6stat { struct
412 extern struct ip6stat ip6stat; /* statistics */
H A Dfrag6.c348 ip6stat.ip6s_fragments++;
349 ip6stat.ip6s_fragdropped++;
406 ip6stat.ip6s_fragments++;
787 ip6stat.ip6s_reassembled++;
821 ip6stat.ip6s_fragdropped++;
953 ip6stat.ip6s_fragtimeout++;
966 ip6stat.ip6s_fragoverflow++;
1010 ip6stat.ip6s_fragdropped++;
H A Din6_src.c174 if ((r) < sizeof (ip6stat.ip6s_sources_rule) / \
175 sizeof (ip6stat.ip6s_sources_rule[0])) /* check for safety */ \
176 ip6stat.ip6s_sources_rule[(r)]++; \
180 if ((r) < sizeof (ip6stat.ip6s_sources_rule) / \
181 sizeof (ip6stat.ip6s_sources_rule[0])) /* check for safety */ \
182 ip6stat.ip6s_sources_rule[(r)]++; \
186 if ((r) < sizeof (ip6stat.ip6s_sources_rule) / \
187 sizeof (ip6stat.ip6s_sources_rule[0])) /* check for safety */ \
188 ip6stat.ip6s_sources_rule[(r)]++; \
1099 ip6stat
[all...]
H A Din6_gif.c255 ip6stat.ip6s_nogif++;
301 ip6stat.ip6s_nogif++;
H A Din6_proto.c557 req->oldlen = (size_t)sizeof (struct ip6stat);
559 return (SYSCTL_OUT(req, &ip6stat, MIN(sizeof (ip6stat), req->oldlen)));
570 0, 0, ip6_getstat, "S,ip6stat", "");
H A Draw_ip6.c233 ip6stat.ip6s_delivered--;
245 ip6stat.ip6s_delivered--;
270 ip6stat.ip6s_delivered--;
H A Dip6_output.c883 ip6stat.ip6s_badscope++;
888 ip6stat.ip6s_badscope++;
892 ip6stat.ip6s_localout++;
1060 ip6stat.ip6s_noroute++;
1145 ip6stat.ip6s_badscope++;
1198 ip6stat.ip6s_noroute++;
1532 ip6stat.ip6s_odropped++;
1545 ip6stat.ip6s_odropped++;
1557 ip6stat.ip6s_odropped++;
1576 ip6stat
[all...]
H A Din6.c3228 ip6stat.ip6s_sources_none++;
3232 ip6stat.ip6s_sources_sameif[best_scope]++;
3234 ip6stat.ip6s_sources_otherif[best_scope]++;
3237 ip6stat.ip6s_sources_samescope[best_scope]++;
3239 ip6stat.ip6s_sources_otherscope[best_scope]++;
3242 ip6stat.ip6s_sources_deprecated[best_scope]++;
H A Dicmp6.c506 ip6stat.ip6s_notmember++;
2121 ip6stat.ip6s_delivered--;
H A Dmld6.c3452 ip6stat.ip6s_noroute++;
3477 ip6stat.ip6s_odropped++;
H A Dnd6_nbr.c1869 ++ip6stat.ip6s_dad_collide;
H A Dipsec.c3735 ip6stat.ip6s_noroute++;
H A Dnd6.c3628 ip6stat.ip6s_badscope++;
/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf2.c150 ip6stat.ip6s_pulldown++;
155 ip6stat.ip6s_pullup++;
157 ip6stat.ip6s_pullup_fail++;
165 ip6stat.ip6s_pullup--; /* call will not be made! */
167 ip6stat.ip6s_pullup_alloc++;
168 ip6stat.ip6s_pullup_copy++;
171 ip6stat.ip6s_pullup_copy++;
173 ip6stat.ip6s_pullup_alloc++;
174 ip6stat.ip6s_pullup_copy++;
183 ip6stat
[all...]
/xnu-2782.1.97/bsd/netinet/
H A Dip6.h310 ip6stat.ip6s_exthdrtoolong++; \
314 ip6stat.ip6s_exthdrtoolong++; \
321 ip6stat.ip6s_exthdrtoolong++; \
329 ip6stat.ip6s_tooshort++; \
/xnu-2782.1.97/bsd/net/
H A Dif_bridge.c5662 * XXX Should we update ip6stat, or not?
5682 ip6stat.ip6s_toosmall++;
5689 ip6stat.ip6s_toosmall++;
5698 ip6stat.ip6s_badvers++;

Completed in 366 milliseconds