Searched refs:IPSEC_STAT_INCREMENT (Results 1 - 18 of 18) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipcomp_input.c103 IPSEC_STAT_INCREMENT(ipsecstat.in_inval);
112 IPSEC_STAT_INCREMENT(ipsecstat.in_inval);
144 IPSEC_STAT_INCREMENT(ipsecstat.in_nosa);
164 IPSEC_STAT_INCREMENT(ipsecstat.in_inval);
166 IPSEC_STAT_INCREMENT(ipsecstat.in_nomem);
170 IPSEC_STAT_INCREMENT(ipsecstat.in_comphist[cpi]);
195 IPSEC_STAT_INCREMENT(ipsecstat.in_inval);
209 IPSEC_STAT_INCREMENT(ipsecstat.in_nomem);
219 IPSEC_STAT_INCREMENT(ipsecstat.in_polvio);
232 IPSEC_STAT_INCREMENT(ipsecsta
[all...]
H A Desp_input.c186 IPSEC_STAT_INCREMENT(ipsecstat.in_inval);
195 IPSEC_STAT_INCREMENT(ipsecstat.in_inval);
209 IPSEC_STAT_INCREMENT(ipsecstat.in_inval);
228 IPSEC_STAT_INCREMENT(ipsecstat.in_nosa);
238 IPSEC_STAT_INCREMENT(ipsecstat.in_badspi);
246 IPSEC_STAT_INCREMENT(ipsecstat.in_badspi);
255 IPSEC_STAT_INCREMENT(ipsecstat.in_inval);
274 IPSEC_STAT_INCREMENT(ipsecstat.in_espreplay);
293 IPSEC_STAT_INCREMENT(ipsecstat.in_inval);
300 IPSEC_STAT_INCREMENT(ipsecsta
[all...]
H A Dah_input.c151 IPSEC_STAT_INCREMENT(ipsecstat.in_inval);
170 IPSEC_STAT_INCREMENT(ipsecstat.in_inval);
190 IPSEC_STAT_INCREMENT(ipsecstat.in_nosa);
200 IPSEC_STAT_INCREMENT(ipsecstat.in_badspi);
209 IPSEC_STAT_INCREMENT(ipsecstat.in_badspi);
250 IPSEC_STAT_INCREMENT(ipsecstat.in_inval);
258 IPSEC_STAT_INCREMENT(ipsecstat.in_inval);
267 IPSEC_STAT_INCREMENT(ipsecstat.in_inval);
281 IPSEC_STAT_INCREMENT(ipsecstat.in_inval);
294 IPSEC_STAT_INCREMENT(ipsecsta
[all...]
H A Dipcomp_output.c145 IPSEC_STAT_INCREMENT(stat->out_inval);
190 IPSEC_STAT_INCREMENT(stat->out_inval);
212 IPSEC_STAT_INCREMENT(stat->out_inval);
216 IPSEC_STAT_INCREMENT(stat->out_comphist[sav->alg_enc]);
309 IPSEC_STAT_INCREMENT(ipsecstat.out_inval);
328 IPSEC_STAT_INCREMENT(stat->out_inval);
330 IPSEC_STAT_INCREMENT(stat->out_success);
355 IPSEC_STAT_INCREMENT(ipsecstat.out_inval);
375 IPSEC_STAT_INCREMENT(ipsec6stat.out_inval);
H A Dah_output.c211 IPSEC_STAT_INCREMENT(ipsecstat.out_inval);
220 IPSEC_STAT_INCREMENT(ipsecstat.out_inval);
302 IPSEC_STAT_INCREMENT(ipsecstat.out_inval);
326 IPSEC_STAT_INCREMENT(ipsecstat.out_inval);
354 IPSEC_STAT_INCREMENT(ipsecstat.out_inval);
467 IPSEC_STAT_INCREMENT(ipsec6stat.out_inval);
476 IPSEC_STAT_INCREMENT(ipsec6stat.out_inval);
512 IPSEC_STAT_INCREMENT(ipsec6stat.out_inval);
534 IPSEC_STAT_INCREMENT(ipsec6stat.out_inval);
537 IPSEC_STAT_INCREMENT(ipsec6sta
[all...]
H A Desp_output.c293 IPSEC_STAT_INCREMENT(ipsecstat.out_inval);
302 IPSEC_STAT_INCREMENT(ipsec6stat.out_inval);
406 IPSEC_STAT_INCREMENT(ipsecstat.out_inval);
427 IPSEC_STAT_INCREMENT(ipsecstat.out_inval);
485 IPSEC_STAT_INCREMENT(ipsecstat.out_inval);
511 IPSEC_STAT_INCREMENT(stat->out_inval);
675 IPSEC_STAT_INCREMENT(ipsecstat.out_inval);
696 IPSEC_STAT_INCREMENT(stat->out_inval);
710 IPSEC_STAT_INCREMENT(stat->out_inval);
747 IPSEC_STAT_INCREMENT(sta
[all...]
H A Dip6_forward.c176 IPSEC_STAT_INCREMENT(ipsec6stat.in_polvio);
253 IPSEC_STAT_INCREMENT(ipsec6stat.out_inval);
275 IPSEC_STAT_INCREMENT(ipsec6stat.out_polvio);
H A Dipsec.h53 #define IPSEC_STAT_INCREMENT(x) \ macro
H A Dipsec.c3073 IPSEC_STAT_INCREMENT(ipsecstat.in_inval);
3095 IPSEC_STAT_INCREMENT(ipsecstat.out_nosa);
3119 IPSEC_STAT_INCREMENT(ipsecstat.out_nosa);
3357 IPSEC_STAT_INCREMENT(ipsec6stat.out_nosa);
3391 IPSEC_STAT_INCREMENT(ipsec6stat.out_nosa);
3415 IPSEC_STAT_INCREMENT(ipsec6stat.out_inval);
3427 IPSEC_STAT_INCREMENT(ipsec6stat.out_inval);
3541 IPSEC_STAT_INCREMENT(ipsec6stat.out_nosa);
3563 IPSEC_STAT_INCREMENT(ipsec6stat.out_nosa);
3574 IPSEC_STAT_INCREMENT(ipsec6sta
[all...]
H A Dudp6_usrreq.c394 IPSEC_STAT_INCREMENT(ipsec6stat.in_polvio);
509 IPSEC_STAT_INCREMENT(ipsec6stat.in_polvio);
H A Draw_ip6.c199 IPSEC_STAT_INCREMENT(ipsec6stat.in_polvio);
236 IPSEC_STAT_INCREMENT(ipsec6stat.in_polvio);
H A Dip6_output.c461 IPSEC_STAT_INCREMENT(ipsec6stat.out_inval);
474 IPSEC_STAT_INCREMENT(ipsec6stat.out_polvio);
H A Dip6_input.c1147 IPSEC_STAT_INCREMENT(ipsec6stat.in_polvio);
/darwin-on-arm/xnu/bsd/netinet/
H A Draw_ip.c233 IPSEC_STAT_INCREMENT(ipsecstat.in_polvio);
289 IPSEC_STAT_INCREMENT(ipsecstat.in_polvio);
H A Dudp_usrreq.c510 IPSEC_STAT_INCREMENT(ipsecstat.in_polvio);
685 IPSEC_STAT_INCREMENT(ipsecstat.in_polvio);
H A Dip_output.c1122 IPSEC_STAT_INCREMENT(ipsecstat.out_inval);
1136 IPSEC_STAT_INCREMENT(ipsecstat.out_polvio);
H A Dtcp_input.c1506 IPSEC_STAT_INCREMENT(ipsec6stat.in_polvio);
1518 IPSEC_STAT_INCREMENT(ipsecstat.in_polvio);
H A Dip_input.c1383 IPSEC_STAT_INCREMENT(ipsecstat.in_polvio);

Completed in 302 milliseconds