/openbmc/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_rxnfc.c | 9 struct tsnep_rxnfc_rule *rule) in tsnep_enable_rule() 29 struct tsnep_rxnfc_rule *rule) in tsnep_disable_rule() 41 struct tsnep_rxnfc_rule *rule; in tsnep_get_rule() local 54 struct tsnep_rxnfc_rule *rule) in tsnep_add_rule() 72 struct tsnep_rxnfc_rule *rule) in tsnep_delete_rule() 84 struct tsnep_rxnfc_rule *rule, *tmp; in tsnep_flush_rules() local 98 struct tsnep_rxnfc_rule *rule = NULL; in tsnep_rxnfc_get_rule() local 128 struct tsnep_rxnfc_rule *rule; in tsnep_rxnfc_get_all() local 184 struct tsnep_rxnfc_rule *rule) in tsnep_rxnfc_check_rule() 207 struct tsnep_rxnfc_rule *rule, *old_rule; in tsnep_rxnfc_add_rule() local [all …]
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | match.c | 25 struct flow_rule *rule) in nfp_flower_compile_tci() 121 struct flow_rule *rule, in nfp_flower_compile_mpls() 176 struct flow_rule *rule, in nfp_flower_compile_mac_mpls() 190 struct flow_rule *rule) in nfp_flower_compile_tport() 320 struct flow_rule *rule) in nfp_flower_compile_vlan() 403 struct flow_rule *rule) in nfp_flower_compile_tun_ipv4_addrs() 419 struct flow_rule *rule) in nfp_flower_compile_tun_ipv6_addrs() 489 struct flow_rule *rule) in nfp_flower_compile_ipv4_gre_tun() 504 struct flow_rule *rule) in nfp_flower_compile_ipv4_udp_tun() 514 struct flow_rule *rule) in nfp_flower_compile_ipv6_udp_tun() [all …]
|
/openbmc/linux/net/core/ |
H A D | flow_offload.c | 12 struct flow_rule *rule; in flow_rule_alloc() local 58 void flow_rule_match_meta(const struct flow_rule *rule, in flow_rule_match_meta() 65 void flow_rule_match_basic(const struct flow_rule *rule, in flow_rule_match_basic() 86 void flow_rule_match_vlan(const struct flow_rule *rule, in flow_rule_match_vlan() 93 void flow_rule_match_cvlan(const struct flow_rule *rule, in flow_rule_match_cvlan() 100 void flow_rule_match_arp(const struct flow_rule *rule, in flow_rule_match_arp() 121 void flow_rule_match_ip(const struct flow_rule *rule, in flow_rule_match_ip() 142 void flow_rule_match_tcp(const struct flow_rule *rule, in flow_rule_match_tcp() 156 void flow_rule_match_icmp(const struct flow_rule *rule, in flow_rule_match_icmp() 163 void flow_rule_match_mpls(const struct flow_rule *rule, in flow_rule_match_mpls() [all …]
|
H A D | fib_rules.c | 86 struct fib_rule *rule; in fib_default_rule_pref() local 188 struct fib_rule *rule, *tmp; in fib_rules_cleanup_ops() local 295 struct fib_rule *rule; in fib_rules_lookup() local 349 struct fib_rule *rule, int family, in call_fib_rule_notifier() 363 struct fib_rule *rule, in call_fib_rule_notifiers() 382 struct fib_rule *rule; in fib_rules_dump() local 520 struct fib_rule **rule, in fib_nl2rule() 984 struct fib_rule *rule) in fib_rule_nlmsg_size() 1093 struct fib_rule *rule; in dump_rules() local 1216 struct fib_rule *rule; in attach_rules() local [all …]
|
/openbmc/linux/net/ipv6/ |
H A D | fib6_rules.c | 32 static bool fib6_rule_matchall(const struct fib_rule *rule) in fib6_rule_matchall() 41 bool fib6_rule_default(const struct fib_rule *rule) in fib6_rule_default() 158 static int fib6_rule_action_alt(struct fib_rule *rule, struct flowi *flp, in fib6_rule_action_alt() 196 static int __fib6_rule_action(struct fib_rule *rule, struct flowi *flp, in __fib6_rule_action() 264 INDIRECT_CALLABLE_SCOPE int fib6_rule_action(struct fib_rule *rule, in fib6_rule_action() 274 INDIRECT_CALLABLE_SCOPE bool fib6_rule_suppress(struct fib_rule *rule, in fib6_rule_suppress() 307 INDIRECT_CALLABLE_SCOPE int fib6_rule_match(struct fib_rule *rule, in fib6_rule_match() 348 static int fib6_rule_configure(struct fib_rule *rule, struct sk_buff *skb, in fib6_rule_configure() 394 static int fib6_rule_delete(struct fib_rule *rule) in fib6_rule_delete() 430 static int fib6_rule_fill(struct fib_rule *rule, struct sk_buff *skb, in fib6_rule_fill() [all …]
|
/openbmc/linux/net/ipv4/ |
H A D | fib_rules.c | 49 static bool fib4_rule_matchall(const struct fib_rule *rule) in fib4_rule_matchall() 58 bool fib4_rule_default(const struct fib_rule *rule) in fib4_rule_default() 108 INDIRECT_CALLABLE_SCOPE int fib4_rule_action(struct fib_rule *rule, in fib4_rule_action() 144 INDIRECT_CALLABLE_SCOPE bool fib4_rule_suppress(struct fib_rule *rule, in fib4_rule_suppress() 177 INDIRECT_CALLABLE_SCOPE int fib4_rule_match(struct fib_rule *rule, in fib4_rule_match() 220 static int fib4_rule_configure(struct fib_rule *rule, struct sk_buff *skb, in fib4_rule_configure() 289 static int fib4_rule_delete(struct fib_rule *rule) in fib4_rule_delete() 312 static int fib4_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in fib4_rule_compare() 340 static int fib4_rule_fill(struct fib_rule *rule, struct sk_buff *skb, in fib4_rule_fill() 365 static size_t fib4_rule_nlmsg_payload(struct fib_rule *rule) in fib4_rule_nlmsg_payload()
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | rule_tests.cpp | 45 Rule rule("set_voltage_rule", std::move(actions)); in TEST() local 67 Rule rule("set_voltage_rule", std::move(actions)); in TEST() local 92 Rule rule("set_voltage_rule", std::move(actions)); in TEST() local 111 Rule rule("set_voltage_rule", std::move(actions)); in TEST() local 119 Rule rule("read_sensor_values", std::vector<std::unique_ptr<Action>>{}); in TEST() local
|
/openbmc/linux/net/netfilter/ |
H A D | nf_tables_core.c | 46 const struct nft_rule_dp *rule, in __nft_trace_packet() 61 const struct nft_rule_dp *rule, in nft_trace_packet() 113 const struct nft_rule_dp *rule, in __nft_trace_verdict() 140 const struct nft_rule_dp *rule, in nft_trace_verdict() 203 const struct nft_rule_dp *rule; member 243 #define nft_rule_expr_first(rule) (struct nft_expr *)&rule->data[0] argument 245 #define nft_rule_expr_last(rule) (struct nft_expr *)&rule->data[rule->dlen] argument 247 #define nft_rule_dp_for_each_expr(expr, last, rule) \ argument 258 const struct nft_rule_dp *rule; in nft_do_chain() local
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_flower.c | 35 struct prestera_acl_rule *rule, in prestera_flower_parse_goto_action() 62 struct prestera_acl_rule *rule, in prestera_flower_parse_actions() 139 static int prestera_flower_parse_meta(struct prestera_acl_rule *rule, in prestera_flower_parse_meta() 192 struct prestera_acl_rule *rule, in prestera_flower_parse() 418 struct prestera_acl_rule *rule; in prestera_flower_replace() local 466 struct prestera_acl_rule *rule; in prestera_flower_destroy() local 486 struct prestera_acl_rule rule; in prestera_flower_tmplt_create() local 553 struct prestera_acl_rule *rule; in prestera_flower_stats() local
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_flower.c | 10 struct sja1105_rule *rule; in sja1105_rule_find() local 36 struct sja1105_rule *rule = sja1105_rule_find(priv, cookie); in sja1105_setup_bcast_policer() local 108 struct sja1105_rule *rule = sja1105_rule_find(priv, cookie); in sja1105_setup_tc_policer() local 200 struct flow_rule *rule = flow_cls_offload_flow_rule(cls); in sja1105_flower_parse_key() local 346 struct flow_rule *rule = flow_cls_offload_flow_rule(cls); in sja1105_cls_flower_add() local 463 struct sja1105_rule *rule = sja1105_rule_find(priv, cls->cookie); in sja1105_cls_flower_del() local 503 struct sja1105_rule *rule = sja1105_rule_find(priv, cls->cookie); in sja1105_cls_flower_stats() local 534 struct sja1105_rule *rule; in sja1105_flower_teardown() local
|
H A D | sja1105_vl.c | 12 struct sja1105_rule *rule, in sja1105_insert_gate_entry() 95 struct sja1105_rule *rule; in sja1105_compose_gating_subschedule() local 320 struct sja1105_rule *rule; in sja1105_init_virtual_links() local 481 struct sja1105_rule *rule = sja1105_rule_find(priv, cookie); in sja1105_init_virtual_links() local 511 struct sja1105_rule *rule = sja1105_rule_find(priv, cookie); in sja1105_vl_redirect() local 556 struct sja1105_rule *rule, struct netlink_ext_ack *extack) in sja1105_vl_delete() 587 struct sja1105_rule *rule = sja1105_rule_find(priv, cookie); in sja1105_vl_gate() local 763 struct sja1105_rule *rule, struct flow_stats *stats, in sja1105_vl_stats()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | twfw.c | 18 struct rule { struct 25 __type(value, struct rule); argument 47 struct rule* rule = bpf_map_lookup_elem(&rules, &key); in twfw_verifier() local
|
/openbmc/linux/drivers/pnp/ |
H A D | manager.c | 23 unsigned char rule, in pnp_find_resource() 38 static int pnp_assign_port(struct pnp_dev *dev, struct pnp_port *rule, int idx) in pnp_assign_port() 81 static int pnp_assign_mem(struct pnp_dev *dev, struct pnp_mem *rule, int idx) in pnp_assign_mem() 132 static int pnp_assign_irq(struct pnp_dev *dev, struct pnp_irq *rule, int idx) in pnp_assign_irq() 191 static int pnp_assign_dma(struct pnp_dev *dev, struct pnp_dma *rule, int idx) in pnp_assign_dma()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_rule.c | 394 dr_rule_rehash_htbl(struct mlx5dr_rule *rule, in dr_rule_rehash_htbl() 588 static int dr_rule_add_action_members(struct mlx5dr_rule *rule, in dr_rule_add_action_members() 832 dr_rule_handle_ste_branch(struct mlx5dr_rule *rule, in dr_rule_handle_ste_branch() 1022 static int dr_rule_destroy_rule_nic(struct mlx5dr_rule *rule, in dr_rule_destroy_rule_nic() 1044 static int dr_rule_destroy_rule_fdb(struct mlx5dr_rule *rule) in dr_rule_destroy_rule_fdb() 1051 static int dr_rule_destroy_rule(struct mlx5dr_rule *rule) in dr_rule_destroy_rule() 1113 dr_rule_create_rule_nic(struct mlx5dr_rule *rule, in dr_rule_create_rule_nic() 1256 dr_rule_create_rule_fdb(struct mlx5dr_rule *rule, in dr_rule_create_rule_fdb() 1295 struct mlx5dr_rule *rule; in dr_rule_create_rule() local 1356 struct mlx5dr_rule *rule; in mlx5dr_rule_create() local [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_flower.c | 341 struct flow_rule *rule = flow_cls_offload_flow_rule(f); in mlxsw_sp_flower_parse_meta() local 409 const struct flow_rule *rule = flow_cls_offload_flow_rule(f); in mlxsw_sp_flower_parse_ports() local 436 const struct flow_rule *rule = flow_cls_offload_flow_rule(f); in mlxsw_sp_flower_parse_ports_range() local 498 const struct flow_rule *rule = flow_cls_offload_flow_rule(f); in mlxsw_sp_flower_parse_tcp() local 529 const struct flow_rule *rule = flow_cls_offload_flow_rule(f); in mlxsw_sp_flower_parse_ip() local 562 struct flow_rule *rule = flow_cls_offload_flow_rule(f); in mlxsw_sp_flower_parse() local 732 struct mlxsw_sp_acl_rule *rule; in mlxsw_sp_flower_replace() local 782 struct mlxsw_sp_acl_rule *rule; in mlxsw_sp_flower_destroy() local 805 struct mlxsw_sp_acl_rule *rule; in mlxsw_sp_flower_stats() local
|
/openbmc/linux/security/apparmor/ |
H A D | audit.c | 211 struct aa_audit_rule *rule = vrule; in aa_audit_rule_free() local 222 struct aa_audit_rule *rule; in aa_audit_rule_init() local 251 int aa_audit_rule_known(struct audit_krule *rule) in aa_audit_rule_known() 269 struct aa_audit_rule *rule = vrule; in aa_audit_rule_match() local
|
/openbmc/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api.c | 532 vcap_copy_from_client_keyfield(struct vcap_rule *rule, in vcap_copy_from_client_keyfield() 884 int vcap_set_rule_set_keyset(struct vcap_rule *rule, in vcap_set_rule_set_keyset() 1908 bool vcap_rule_find_keysets(struct vcap_rule *rule, in vcap_rule_find_keysets() 2258 int vcap_add_rule(struct vcap_rule *rule) in vcap_add_rule() 2385 void vcap_free_rule(struct vcap_rule *rule) in vcap_free_rule() 2437 struct vcap_rule *rule; in vcap_get_rule() local 2455 int vcap_mod_rule(struct vcap_rule *rule) in vcap_mod_rule() 2670 static int vcap_rule_add_key(struct vcap_rule *rule, in vcap_rule_add_key() 2887 int vcap_rule_add_action_bit(struct vcap_rule *rule, in vcap_rule_add_action_bit() 3485 int vcap_filter_rule_keys(struct vcap_rule *rule, in vcap_filter_rule_keys() [all …]
|
/openbmc/linux/security/safesetid/ |
H A D | securityfs.c | 32 struct setid_rule *rule) in parse_policy_line() 75 struct setid_rule *rule; in __release_ruleset() local 88 static void insert_rule(struct setid_ruleset *pol, struct setid_rule *rule) in insert_rule() 101 struct setid_rule *rule, *nrule; in verify_ruleset() local 166 struct setid_rule *rule; in handle_policy_update() local
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | run_rule_action_tests.cpp | 77 Rule rule("exception_rule", std::move(actions)); in TEST() local 101 Rule rule("infinite_rule", std::move(actions)); in TEST() local 139 Rule rule("set_voltage_rule", std::move(actions)); in TEST() local 172 Rule rule("set_voltage_rule", std::move(actions)); in TEST() local
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_filters.c | 70 struct aq_rx_filter *rule; in aq_rule_already_exists() local 434 struct aq_rx_filter *rule = NULL; in aq_del_fvlan_by_vlan() local 634 struct aq_rx_filter *rule = NULL, *parent = NULL; in aq_update_table_filters() local 721 struct aq_rx_filter *rule = NULL; in aq_del_rxnfc_rule() local 745 struct aq_rx_filter *rule = NULL; in aq_get_rxnfc_rule() local 766 struct aq_rx_filter *rule; in aq_get_rxnfc_all_rules() local 788 struct aq_rx_filter *rule; in aq_clear_rxnfc_all_rules() local 809 struct aq_rx_filter *rule; in aq_reapply_rxnfc_all_rules() local
|
/openbmc/linux/include/net/ |
H A D | fib_rules.h | 53 struct fib_rule *rule; member 102 struct fib_rule *rule; member 105 static inline void fib_rule_get(struct fib_rule *rule) in fib_rule_get() 110 static inline void fib_rule_put(struct fib_rule *rule) in fib_rule_put() 117 static inline u32 fib_rule_get_table(struct fib_rule *rule, in fib_rule_get_table() 123 static inline u32 fib_rule_get_table(struct fib_rule *rule, in fib_rule_get_table() 162 static inline bool fib_rule_requires_fldissect(struct fib_rule *rule) in fib_rule_requires_fldissect()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | tc.c | 239 struct flow_rule *rule, in efx_tc_flower_parse_match() 879 struct efx_tc_lhs_rule *rule) in efx_tc_flower_handle_lhs_actions() 1363 struct efx_tc_flow_rule *rule = NULL, *old = NULL; in efx_tc_flower_replace_foreign() local 1682 struct efx_tc_lhs_rule *rule, *old; in efx_tc_flower_replace_lhs() local 1757 struct efx_tc_flow_rule *rule = NULL, *old; in efx_tc_flower_replace() local 2233 struct efx_tc_flow_rule *rule; in efx_tc_flower_destroy() local 2341 u32 eg_port, struct efx_tc_flow_rule *rule) in efx_tc_configure_default_rule() 2400 struct efx_tc_flow_rule *rule = &efv->dflt; in efx_tc_configure_default_rule_rep() local 2410 struct efx_tc_flow_rule *rule) in efx_tc_deconfigure_default_rule() 2620 struct efx_tc_lhs_rule *rule = ptr; in efx_tc_lhs_free() local [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | ipsec_fs_roce.c | 10 struct mlx5_flow_handle *rule; member 16 struct mlx5_flow_handle *rule; member 26 struct mlx5_flow_handle *rule; member 53 struct mlx5_flow_handle *rule; in ipsec_fs_roce_rx_rule_setup() local 103 struct mlx5_flow_handle *rule; in ipsec_fs_roce_tx_rule_setup() local
|
/openbmc/bmcweb/include/ |
H A D | dbus_privileges.hpp | 68 BaseRule& rule) in isUserPrivileged() 106 BaseRule& rule, const dbus::utility::DBusPropertiesMap& userInfoMap) in afterGetUserInfoValidate() 152 BaseRule& rule, CallbackFn&& callback) in validatePrivilege()
|
/openbmc/qemu/authz/ |
H A D | list.c | 36 QAuthZListRule *rule = rules->value; in qauthz_list_is_allowed() local 156 QAuthZListRule *rule; in qauthz_list_append_rule() local 191 QAuthZListRule *rule; in qauthz_list_insert_rule() local 223 QAuthZListRule *rule; in qauthz_list_delete_rule() local
|