Home
last modified time | relevance | path

Searched refs:rule (Results 426 - 450 of 868) sorted by relevance

1...<<11121314151617181920>>...35

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2518 struct ixgbe_fdir_filter *rule = NULL; in ixgbe_get_ethtool_fdir_entry() local
2520 /* report total rule count */ in ixgbe_get_ethtool_fdir_entry()
2523 hlist_for_each_entry_safe(rule, node2, in ixgbe_get_ethtool_fdir_entry()
2525 if (fsp->location <= rule->sw_idx) in ixgbe_get_ethtool_fdir_entry()
2529 if (!rule || fsp->location != rule->sw_idx) in ixgbe_get_ethtool_fdir_entry()
2535 switch (rule->filter.formatted.flow_type) { in ixgbe_get_ethtool_fdir_entry()
2555 fsp->h_u.tcp_ip4_spec.psrc = rule->filter.formatted.src_port; in ixgbe_get_ethtool_fdir_entry()
2557 fsp->h_u.tcp_ip4_spec.pdst = rule->filter.formatted.dst_port; in ixgbe_get_ethtool_fdir_entry()
2559 fsp->h_u.tcp_ip4_spec.ip4src = rule in ixgbe_get_ethtool_fdir_entry()
2585 struct ixgbe_fdir_filter *rule; ixgbe_get_ethtool_fdir_all() local
2692 struct ixgbe_fdir_filter *rule, *parent; ixgbe_update_ethtool_fdir_entry() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2540 struct ixgbe_fdir_filter *rule = NULL; in ixgbe_get_ethtool_fdir_entry() local
2542 /* report total rule count */ in ixgbe_get_ethtool_fdir_entry()
2545 hlist_for_each_entry_safe(rule, node2, in ixgbe_get_ethtool_fdir_entry()
2547 if (fsp->location <= rule->sw_idx) in ixgbe_get_ethtool_fdir_entry()
2551 if (!rule || fsp->location != rule->sw_idx) in ixgbe_get_ethtool_fdir_entry()
2557 switch (rule->filter.formatted.flow_type) { in ixgbe_get_ethtool_fdir_entry()
2577 fsp->h_u.tcp_ip4_spec.psrc = rule->filter.formatted.src_port; in ixgbe_get_ethtool_fdir_entry()
2579 fsp->h_u.tcp_ip4_spec.pdst = rule->filter.formatted.dst_port; in ixgbe_get_ethtool_fdir_entry()
2581 fsp->h_u.tcp_ip4_spec.ip4src = rule in ixgbe_get_ethtool_fdir_entry()
2607 struct ixgbe_fdir_filter *rule; ixgbe_get_ethtool_fdir_all() local
2714 struct ixgbe_fdir_filter *rule, *parent; ixgbe_update_ethtool_fdir_entry() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_matchall.c15 struct flow_action *actions = &cls->rule->action; in cxgb4_matchall_egress_validate()
145 flow_action_for_each(i, entry, &cls->rule->action) in cxgb4_matchall_alloc_tc()
203 flow_action_for_each(i, act, &cls->rule->action) { in cxgb4_matchall_mirror_alloc()
263 * rule. Only insert rule if its prio doesn't conflict with in cxgb4_matchall_add_filter()
289 cxgb4_process_flow_actions(dev, &cls->rule->action, fs); in cxgb4_matchall_add_filter()
375 &cls_matchall->rule->action, in cxgb4_tc_matchall_replace()
406 /* All the filter types of this matchall rule save the in cxgb4_tc_matchall_destroy()
/third_party/skia/third_party/externals/libpng/projects/owatcom/
H A Dpngconfig.mak24 # IDE libpng.wpj 'before' rule - this setting is local.)
29 # pnglibconf.h must exist in the source directory, this is the final rule
107 $# 1) Edit the 'before' rule of libpng.wpj (from the IDE) to define the
112 $# change the definition of 'awk' in the before rule to the name of your
122 $# must be identified in the 'before' rule of the project.
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H A Digc_main.c2555 const struct igc_nfc_rule *rule) in igc_enable_nfc_rule()
2559 if (rule->filter.match_flags & IGC_FILTER_FLAG_ETHER_TYPE) { in igc_enable_nfc_rule()
2560 err = igc_add_etype_filter(adapter, rule->filter.etype, in igc_enable_nfc_rule()
2561 rule->action); in igc_enable_nfc_rule()
2566 if (rule->filter.match_flags & IGC_FILTER_FLAG_SRC_MAC_ADDR) { in igc_enable_nfc_rule()
2568 rule->filter.src_addr, rule->action); in igc_enable_nfc_rule()
2573 if (rule->filter.match_flags & IGC_FILTER_FLAG_DST_MAC_ADDR) { in igc_enable_nfc_rule()
2575 rule->filter.dst_addr, rule in igc_enable_nfc_rule()
2554 igc_enable_nfc_rule(struct igc_adapter *adapter, const struct igc_nfc_rule *rule) igc_enable_nfc_rule() argument
2592 igc_disable_nfc_rule(struct igc_adapter *adapter, const struct igc_nfc_rule *rule) igc_disable_nfc_rule() argument
2626 struct igc_nfc_rule *rule; igc_get_nfc_rule() local
2647 igc_del_nfc_rule(struct igc_adapter *adapter, struct igc_nfc_rule *rule) igc_del_nfc_rule() argument
2659 struct igc_nfc_rule *rule, *tmp; igc_flush_nfc_rules() local
2680 igc_add_nfc_rule(struct igc_adapter *adapter, struct igc_nfc_rule *rule) igc_add_nfc_rule() argument
2703 struct igc_nfc_rule *rule; igc_restore_nfc_rules() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dlib.sh424 ip -4 rule add pref 32765 table local
425 ip -4 rule del pref 0
426 ip -6 rule add pref 32765 table local
427 ip -6 rule del pref 0
432 ip -6 rule add pref 0 table local
433 ip -6 rule del pref 32765
434 ip -4 rule add pref 0 table local
435 ip -4 rule del pref 32765
/third_party/node/deps/icu-small/source/i18n/
H A Dvtzone.cpp531 // Parse the first rule in createRuleByRRULE()
548 // Only support the rule using 7 continuous days in createRuleByRRULE()
578 // Use DOW_GEQ_DOM rule with firstDay as the start date in createRuleByRRULE()
582 // Check if BYMONTH + BYMONTHDAY + BYDAY rule with multiple RRULE lines. in createRuleByRRULE()
594 // Note: To check valid date range across multiple rule is a little in createRuleByRRULE()
622 // Check if BYMONTH + BYMONTHDAY + BYDAY rule in createRuleByRRULE()
632 // support the rule in createRuleByRRULE()
698 // Day in month rule, for example, 15th day in the month in createRuleByRRULE()
701 // Nth day of week rule, for example, last Sunday in createRuleByRRULE()
704 // First day of week after day of month rule, fo in createRuleByRRULE()
799 toWallTimeRule(const DateTimeRule *rule, int32_t rawOffset, int32_t dstSavings, UErrorCode &status) toWallTimeRule() argument
1511 LocalPointer<TimeZoneRule> rule; parse() local
2444 writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule, int32_t fromRawOffset, int32_t fromDSTSavings, UDate startTime, UErrorCode& status) const writeFinalRule() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dvtzone.cpp531 // Parse the first rule in createRuleByRRULE()
548 // Only support the rule using 7 continuous days in createRuleByRRULE()
578 // Use DOW_GEQ_DOM rule with firstDay as the start date in createRuleByRRULE()
582 // Check if BYMONTH + BYMONTHDAY + BYDAY rule with multiple RRULE lines. in createRuleByRRULE()
594 // Note: To check valid date range across multiple rule is a little in createRuleByRRULE()
622 // Check if BYMONTH + BYMONTHDAY + BYDAY rule in createRuleByRRULE()
632 // support the rule in createRuleByRRULE()
698 // Day in month rule, for example, 15th day in the month in createRuleByRRULE()
701 // Nth day of week rule, for example, last Sunday in createRuleByRRULE()
704 // First day of week after day of month rule, fo in createRuleByRRULE()
799 toWallTimeRule(const DateTimeRule *rule, int32_t rawOffset, int32_t dstSavings, UErrorCode &status) toWallTimeRule() argument
1511 LocalPointer<TimeZoneRule> rule; parse() local
2444 writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule, int32_t fromRawOffset, int32_t fromDSTSavings, UDate startTime, UErrorCode& status) const writeFinalRule() argument
[all...]
/third_party/selinux/libsepol/src/
H A Dkernel_to_cil.c526 /* Only write common rule once */ in write_class_decl_rules_to_cil()
1710 char *rule = NULL; in avtab_node_to_str() local
1762 rule = create_str("(%s %s %s (%s (%s)))", 5, in avtab_node_to_str()
1771 rule = create_str("(%s %s %s (%s %s (%s)))", 6, in avtab_node_to_str()
1776 rule = create_str("(%s %s %s %s %s)", 5, flavor, src, tgt, class, new); in avtab_node_to_str()
1779 if (!rule) { in avtab_node_to_str()
1783 return rule; in avtab_node_to_str()
1801 char *rule; in map_avtab_write_helper() local
1805 rule = avtab_node_to_str(pdb, key, datum); in map_avtab_write_helper()
1806 if (!rule) { in map_avtab_write_helper()
2061 char *rule; write_cond_av_list_to_cil() local
2569 char *ctx, *rule; write_sid_context_rules_to_cil() local
[all...]
H A Dkernel_to_conf.c574 /* Only write common rule once */ in write_class_and_common_rules_to_conf()
1687 char *rule = NULL; in avtab_node_to_str() local
1739 rule = create_str("%s %s %s:%s { %s };", 5, in avtab_node_to_str()
1748 rule = create_str("%s %s %s:%s %s;", 5, flavor, src, tgt, class, perms); in avtab_node_to_str()
1752 rule = create_str("%s %s %s:%s %s;", 5, flavor, src, tgt, class, new); in avtab_node_to_str()
1755 if (!rule) { in avtab_node_to_str()
1759 return rule; in avtab_node_to_str()
1777 char *rule; in map_avtab_write_helper() local
1781 rule = avtab_node_to_str(pdb, key, datum); in map_avtab_write_helper()
1782 if (!rule) { in map_avtab_write_helper()
2037 char *rule; write_cond_av_list_to_conf() local
2437 char *ctx, *rule; write_sid_context_rules_to_conf() local
[all...]
/kernel/linux/linux-5.10/sound/core/
H A Dpcm_native.c355 * Each application of rule has own sequence number. in constrain_params_by_rules()
358 * recent application of corresponding rule. in constrain_params_by_rules()
366 * recent application of rule in which corresponding parameters were in constrain_params_by_rules()
385 * Check condition bits of this rule. When the rule has in constrain_params_by_rules()
395 * to SNDRV_PCM_HW_PARAM_XXXs for this rule. The fourth in constrain_params_by_rules()
399 * This rule should be processed in this time when dependent in constrain_params_by_rules()
2348 struct snd_pcm_hw_rule *rule) in snd_pcm_hw_rule_mul()
2351 snd_interval_mul(hw_param_interval_c(params, rule->deps[0]), in snd_pcm_hw_rule_mul()
2352 hw_param_interval_c(params, rule in snd_pcm_hw_rule_mul()
2347 snd_pcm_hw_rule_mul(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_mul() argument
2356 snd_pcm_hw_rule_div(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_div() argument
2365 snd_pcm_hw_rule_muldivk(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_muldivk() argument
2375 snd_pcm_hw_rule_mulkdiv(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_mulkdiv() argument
2385 snd_pcm_hw_rule_format(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_format() argument
2407 snd_pcm_hw_rule_sample_bits(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_sample_bits() argument
2447 snd_pcm_hw_rule_rate(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_rate() argument
2456 snd_pcm_hw_rule_buffer_bytes_max(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_buffer_bytes_max() argument
[all...]
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dservices.c644 * If a specific type enforcement rule was defined for in context_struct_compute_av()
1674 * like /dev or /var/run. This bitmap will quickly skip rule searches in filename_compute_type()
1812 /* Look for a type transition/member/change rule. */ in security_compute_sid()
1819 /* If no permanent rule, also check for enabled conditional rules */ in security_compute_sid()
1831 /* Use the type from the type transition/member/change rule. */ in security_compute_sid()
1842 /* Look for a role transition rule. */ in security_compute_sid()
3492 struct selinux_audit_rule *rule = vrule; in selinux_audit_rule_free() local
3494 if (rule) { in selinux_audit_rule_free()
3495 context_destroy(&rule->au_ctxt); in selinux_audit_rule_free()
3496 kfree(rule); in selinux_audit_rule_free()
3509 struct selinux_audit_rule **rule = (struct selinux_audit_rule **)vrule; selinux_audit_rule_init() local
3601 selinux_audit_rule_known(struct audit_krule *rule) selinux_audit_rule_known() argument
3631 struct selinux_audit_rule *rule = vrule; selinux_audit_rule_match() local
[all...]
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_native.c373 * Each application of rule has own sequence number. in constrain_params_by_rules()
376 * recent application of corresponding rule. in constrain_params_by_rules()
384 * recent application of rule in which corresponding parameters were in constrain_params_by_rules()
403 * Check condition bits of this rule. When the rule has in constrain_params_by_rules()
413 * to SNDRV_PCM_HW_PARAM_XXXs for this rule. The fifth in constrain_params_by_rules()
417 * This rule should be processed in this time when dependent in constrain_params_by_rules()
2365 struct snd_pcm_hw_rule *rule) in snd_pcm_hw_rule_mul()
2368 snd_interval_mul(hw_param_interval_c(params, rule->deps[0]), in snd_pcm_hw_rule_mul()
2369 hw_param_interval_c(params, rule in snd_pcm_hw_rule_mul()
2364 snd_pcm_hw_rule_mul(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_mul() argument
2373 snd_pcm_hw_rule_div(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_div() argument
2382 snd_pcm_hw_rule_muldivk(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_muldivk() argument
2392 snd_pcm_hw_rule_mulkdiv(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_mulkdiv() argument
2402 snd_pcm_hw_rule_format(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_format() argument
2424 snd_pcm_hw_rule_sample_bits(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_sample_bits() argument
2464 snd_pcm_hw_rule_rate(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_rate() argument
2473 snd_pcm_hw_rule_buffer_bytes_max(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_buffer_bytes_max() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dsample.c55 struct mlx5_flow_handle *rule; member
100 mlx5_core_warn(dev, "failed to create termtbl rule, err: %d\n", err); in sampler_termtbl_create()
290 restore->rule = esw_add_restore_rule(esw, obj_id); in sample_restore_get()
291 if (IS_ERR(restore->rule)) { in sample_restore_get()
292 err = PTR_ERR(restore->rule); in sample_restore_get()
320 mlx5_del_flow_rules(restore->rule); in sample_restore_put()
385 * neigh data struct, a slow path rule is offloaded first. Source in add_post_rule()
590 struct mlx5_flow_handle *rule, in mlx5e_tc_sample_unoffload()
589 mlx5e_tc_sample_unoffload(struct mlx5e_tc_psample *tc_psample, struct mlx5_flow_handle *rule, struct mlx5_flow_attr *attr) mlx5e_tc_sample_unoffload() argument
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_msgtype6.h127 char rule[8]; in rng_type6CPRB_msgX() member
154 memcpy(msg->rule, "RANDOM ", 8); in rng_type6CPRB_msgX()
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_tables_offload.h67 struct flow_rule *rule; member
74 struct nft_flow_rule *nft_flow_rule_create(struct net *net, const struct nft_rule *rule);
/kernel/linux/linux-5.10/net/ceph/crush/
H A Dcrush.c139 void crush_destroy_rule(struct crush_rule *rule) in crush_destroy_rule() argument
141 kfree(rule); in crush_destroy_rule()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_private.h14 #define to_intrule(rule) container_of((rule), struct vcap_rule_internal, data)
17 VCAP_RS_PERMANENT, /* the rule is always stored in HW */
22 /* Private VCAP API rule data */
27 struct net_device *ndev; /* the interface that the rule applies to */
34 int size; /* the size of the rule: max(entry, action) */
38 enum vcap_rule_state state; /* rule storage state */
104 /* Read key data from a VCAP address and discover if there are any rule keysets
118 /* Get the keysets that matches the rule key type/mask */
121 /* Decode a rule fro
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dmroute6.h68 bool ip6mr_rule_default(const struct fib_rule *rule);
70 static inline bool ip6mr_rule_default(const struct fib_rule *rule) in ip6mr_rule_default() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H A Dprestera_matchall.c71 if (!flow_offload_has_one_action(&f->rule->action)) { in prestera_mall_replace()
77 act = &f->rule->action.entries[0]; in prestera_mall_replace()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.h157 struct flow_rule *rule = flow_cls_offload_flow_rule(f); in mlx5_tc_ct_match_add() local
159 if (!flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_CT)) in mlx5_tc_ct_match_add()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_msgtype6.h128 char rule[8]; in rng_type6cprb_msgx() member
155 memcpy(msg->rule, "RANDOM ", 8); in rng_type6cprb_msgx()
/kernel/linux/linux-6.6/net/ceph/crush/
H A Dcrush.c139 void crush_destroy_rule(struct crush_rule *rule) in crush_destroy_rule() argument
141 kfree(rule); in crush_destroy_rule()
/third_party/icu/icu4c/source/samples/ufortune/resources/
H A Dfortune_resources.mak37 # File name extensions for inference rule matching.
44 # Inference rule, for compiling a .txt file into a .res file.
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/
H A Dfortune_resources.mak37 # File name extensions for inference rule matching.
44 # Inference rule, for compiling a .txt file into a .res file.

Completed in 44 milliseconds

1...<<11121314151617181920>>...35