Home
last modified time | relevance | path

Searched refs:espstat (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/sys/netinet/
Dip_esp.c77 struct espstat espstat; variable
294 espstat.esps_badilen++; in esp_input()
306 espstat.esps_badilen++; in esp_input()
326 espstat.esps_wrap++; in esp_input()
338 espstat.esps_replay++; in esp_input()
345 espstat.esps_ibytes += m->m_pkthdr.len - skip - hlen - alen; in esp_input()
378 espstat.esps_crypto++; in esp_input()
393 espstat.esps_crypto++; in esp_input()
492 espstat.esps_crypto++; in esp_input_cb()
502 espstat.esps_notdb++; in esp_input_cb()
[all …]
Dipsec_input.c119 IPSEC_ISTAT(espstat.esps_input, ahstat.ahs_input, in ipsec_common_input()
124 IPSEC_ISTAT(espstat.esps_hdrops, ahstat.ahs_hdrops, in ipsec_common_input()
138 IPSEC_ISTAT(espstat.esps_hdrops, ahstat.ahs_hdrops, in ipsec_common_input()
188 IPSEC_ISTAT(espstat.esps_nopf, ahstat.ahs_nopf, in ipsec_common_input()
201 IPSEC_ISTAT(espstat.esps_notdb, ahstat.ahs_notdb, in ipsec_common_input()
210 IPSEC_ISTAT(espstat.esps_invalid, ahstat.ahs_invalid, in ipsec_common_input()
219 espstat.esps_udpinval++; in ipsec_common_input()
227 IPSEC_ISTAT(espstat.esps_noxform, ahstat.ahs_noxform, in ipsec_common_input()
301 IPSEC_ISTAT(espstat.esps_badkcr, ahstat.ahs_badkcr, in ipsec_common_input_cb()
313 IPSEC_ISTAT(espstat.esps_hdrops, ahstat.ahs_hdrops, in ipsec_common_input_cb()
[all …]
Dip_esp.h43 struct espstat struct
95 extern struct espstat espstat;
Dipsec_output.c361 espstat.esps_udpencout++; in ipsp_process_done()
Dudp_usrreq.c341 espstat.esps_udpencin++;
/mirbsd/src/sys/dev/pcmcia/
Desp_pcmcia.c418 u_int espphase, espstat, espintr; local
439 espstat = (u_int) sc->sc_espstat;
461 espstat = NCR_READ_REG(sc, NCR_STAT);
465 : espstat & PHASE_MASK;
469 sc->sc_espstat = (u_char) espstat;
/mirbsd/src/usr.bin/netstat/
Dinet.c809 struct espstat espstat; in esp_stats() local
813 kread(off, (char *)&espstat, sizeof (espstat)); in esp_stats()
816 #define p(f, m) if (espstat.f || sflag <= 1) \ in esp_stats()
817 printf(m, espstat.f, plural(espstat.f)) in esp_stats()