| /f-stack/freebsd/security/mac/ |
| H A D | mac_framework.c | 390 struct mac_policy_conf *mpc; in mac_policy_update() local 483 ops = (uintptr_t **)mpc->mpc_ops; in mac_policy_fastpath_register() 500 ops = (uintptr_t **)mpc->mpc_ops; in mac_policy_fastpath_unregister() 548 if (mpc->mpc_field_off != NULL) { in mac_policy_register() 556 *mpc->mpc_field_off = slot; in mac_policy_register() 579 (*(mpc->mpc_ops->mpo_init))(mpc); in mac_policy_register() 587 mpc->mpc_name); in mac_policy_register() 628 (*(mpc->mpc_ops->mpo_destroy))(mpc); in mac_policy_unregister() 630 LIST_REMOVE(mpc, mpc_list); in mac_policy_unregister() 637 mpc->mpc_name); in mac_policy_unregister() [all …]
|
| H A D | mac_internal.h | 288 struct mac_policy_conf *mpc; \ 292 if (mpc->mpc_ops->mpo_ ## check != NULL) \ 310 struct mac_policy_conf *mpc; \ 341 struct mac_policy_conf *mpc; \ 356 if (mpc->mpc_ops->mpo_ ## check (args) \ 373 struct mac_policy_conf *mpc; \ 385 mpc->mpc_ops->mpo_ ## operation \ 393 struct mac_policy_conf *mpc; \ 407 mpc->mpc_ops->mpo_ ## operation \ 500 struct mac_policy_conf *mpc; \ [all …]
|
| H A D | mac_syscalls.c | 557 struct mac_policy_conf *mpc; in sys_mac_syscall() local 566 LIST_FOREACH(mpc, &mac_static_policy_list, mpc_list) { in sys_mac_syscall() 567 if (strcmp(mpc->mpc_name, target) == 0 && in sys_mac_syscall() 568 mpc->mpc_ops->mpo_syscall != NULL) { in sys_mac_syscall() 569 error = mpc->mpc_ops->mpo_syscall(td, in sys_mac_syscall() 577 LIST_FOREACH(mpc, &mac_policy_list, mpc_list) { in sys_mac_syscall() 578 if (strcmp(mpc->mpc_name, target) == 0 && in sys_mac_syscall() 579 mpc->mpc_ops->mpo_syscall != NULL) { in sys_mac_syscall() 580 error = mpc->mpc_ops->mpo_syscall(td, in sys_mac_syscall()
|
| H A D | mac_policy.h | 106 typedef void (*mpo_destroy_t)(struct mac_policy_conf *mpc); 107 typedef void (*mpo_init_t)(struct mac_policy_conf *mpc);
|
| /f-stack/freebsd/security/mac_portacl/ |
| H A D | mac_portacl.c | 156 destroy(struct mac_policy_conf *mpc) in destroy() argument 164 init(struct mac_policy_conf *mpc) in init() argument
|
| /f-stack/freebsd/security/mac_bsdextended/ |
| H A D | mac_bsdextended.c | 210 ugidfw_init(struct mac_policy_conf *mpc) in ugidfw_init() argument 217 ugidfw_destroy(struct mac_policy_conf *mpc) in ugidfw_destroy() argument
|
| /f-stack/dpdk/drivers/net/atlantic/ |
| H A D | atl_types.h | 198 u64 mpc[8]; member
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | mac_veriexec.c | 613 mac_veriexec_init(struct mac_policy_conf *mpc __unused) in mac_veriexec_init()
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.c | 120 {"rx_missed_packets", offsetof(struct igc_hw_stats, mpc)}, 1681 stats->mpc += IGC_READ_REG(hw, IGC_MPC); in igc_read_stats_registers() 1901 rte_stats->imissed = stats->mpc; in eth_igc_stats_get()
|
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_hw.h | 512 u64 mpc; member
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_hw.h | 524 u64 mpc; member
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | em_ethdev.c | 889 stats->mpc += E1000_READ_REG(hw, E1000_MPC); in eth_em_stats_get() 977 rte_stats->imissed = stats->mpc; in eth_em_stats_get()
|
| H A D | igb_ethdev.c | 440 {"rx_missed_packets", offsetof(struct e1000_hw_stats, mpc)}, 1711 stats->mpc += E1000_READ_REG(hw, E1000_MPC); in igb_read_stats_registers() 1829 rte_stats->imissed = stats->mpc; in eth_igb_stats_get()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/bin/ |
| H A D | jeprof.in | 5052 my $mpc = AddressSub($pc, $offset); 5053 while (($index < $#names) && ($mpc ge $symbol_table->{$fullname}->[1])){ 5058 if ($mpc lt $symbol_table->{$fullname}->[1]) {
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 749 {"dropped", offsetof(struct ixgbe_hw_stats, mpc)}, 3095 hw_stats->mpc[i] += mp; in ixgbe_read_stats_registers() 3097 *total_missed_rx += hw_stats->mpc[i]; in ixgbe_read_stats_registers()
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_type.h | 3827 u64 mpc[8]; member
|