Searched refs:pcounters (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_diagnostics.c | 239 void *pcounters = MLX5_ADDR_OF(mpcnt_reg, out, in mlx5_core_get_diagnostics_full() local 244 pcounters, rx_errors); in mlx5_core_get_diagnostics_full() 247 pcounters, tx_errors); in mlx5_core_get_diagnostics_full() 255 void *pcounters = MLX5_ADDR_OF(mpcnt_reg, out, in mlx5_core_get_diagnostics_full() local 260 pcounters, non_fatal_err_msg_sent); in mlx5_core_get_diagnostics_full() 263 pcounters, fatal_err_msg_sent); in mlx5_core_get_diagnostics_full()
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
| H A D | pf_snmp.c | 472 pfs->pcounters[IPV4][IN][PF_PASS]; in pf_logif() 476 pfs->pcounters[IPV4][IN][PF_DROP]; in pf_logif() 480 pfs->pcounters[IPV4][OUT][PF_PASS]; in pf_logif() 484 pfs->pcounters[IPV4][OUT][PF_DROP]; in pf_logif() 494 pfs->pcounters[IPV6][IN][PF_PASS]; in pf_logif() 498 pfs->pcounters[IPV6][IN][PF_DROP]; in pf_logif() 502 pfs->pcounters[IPV6][OUT][PF_PASS]; in pf_logif() 506 pfs->pcounters[IPV6][OUT][PF_DROP]; in pf_logif()
|
| /freebsd/sbin/pfctl/ |
| H A D | pfctl_parser.c | 583 (unsigned long long)s->pcounters[0][0][PF_PASS], in print_status() 584 (unsigned long long)s->pcounters[1][0][PF_PASS]); in print_status() 586 (unsigned long long)s->pcounters[0][0][PF_DROP], in print_status() 587 (unsigned long long)s->pcounters[1][0][PF_DROP]); in print_status() 590 (unsigned long long)s->pcounters[0][1][PF_PASS], in print_status() 591 (unsigned long long)s->pcounters[1][1][PF_PASS]); in print_status() 593 (unsigned long long)s->pcounters[0][1][PF_DROP], in print_status() 594 (unsigned long long)s->pcounters[1][1][PF_DROP]); in print_status()
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_if.c | 871 memset(pfs->pcounters, 0, sizeof(pfs->pcounters)); in pfi_update_status() 904 pfs->pcounters[i][j][k] += in pfi_update_status()
|
| H A D | pf.h | 293 uint64_t pcounters[2][2][2]; member
|
| H A D | pf_nl.c | 1274 nlattr_add_u64_array(nw, PF_GS_PCOUNTERS, 2 * 2 * 2, (uint64_t *)s.pcounters); in pf_handle_get_status()
|
| H A D | pf_ioctl.c | 6932 s.pcounters[i][j][k]); in pf_getstatus()
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.h | 67 uint64_t pcounters[2][2][2]; member
|
| H A D | libpfctl.c | 393 …{ .type = PF_GS_PCOUNTERS, .off = _OUT(pcounters), .arg_u32 = 2 * 2 * 2, .cb = snl_attr_get_uint64… 489 (uint64_t *)status->pcounters, NULL); in pfctl_get_status()
|