Home
last modified time | relevance | path

Searched refs:mpc (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/security/mac/
H A Dmac_framework.c390 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 Dmac_internal.h288 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 Dmac_syscalls.c557 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 Dmac_policy.h106 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 Dmac_portacl.c156 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 Dmac_bsdextended.c210 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 Datl_types.h198 u64 mpc[8]; member
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec.c613 mac_veriexec_init(struct mac_policy_conf *mpc __unused) in mac_veriexec_init()
/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.c120 {"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 De1000_hw.h512 u64 mpc; member
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_hw.h524 u64 mpc; member
/f-stack/dpdk/drivers/net/e1000/
H A Dem_ethdev.c889 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 Digb_ethdev.c440 {"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 Djeprof.in5052 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 Dixgbe_ethdev.c749 {"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 Dixgbe_type.h3827 u64 mpc[8]; member