Home
last modified time | relevance | path

Searched defs:rule (Results 51 – 75 of 228) sorted by relevance

12345678910

/Linux-v6.6/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_cls.c1084 struct mvpp2_rfs_rule *rule) in mvpp2_port_c2_tcam_rule_add()
1175 struct mvpp2_rfs_rule *rule) in mvpp2_port_c2_rfs_rule_insert()
1181 struct mvpp2_rfs_rule *rule) in mvpp2_port_cls_rfs_rule_remove()
1206 struct mvpp2_rfs_rule *rule) in mvpp2_port_flt_rfs_rule_insert()
1243 static int mvpp2_cls_c2_build_match(struct mvpp2_rfs_rule *rule) in mvpp2_cls_c2_build_match()
1312 static int mvpp2_cls_rfs_parse_rule(struct mvpp2_rfs_rule *rule) in mvpp2_cls_rfs_parse_rule()
/Linux-v6.6/drivers/net/ethernet/intel/igc/
Digc_ethtool.c964 struct igc_nfc_rule *rule = NULL; in igc_ethtool_get_nfc_rule() local
1018 struct igc_nfc_rule *rule; in igc_ethtool_get_nfc_rules() local
1210 static void igc_ethtool_init_nfc_rule(struct igc_nfc_rule *rule, in igc_ethtool_init_nfc_rule()
1284 struct igc_nfc_rule *rule) in igc_ethtool_check_nfc_rule()
1313 struct igc_nfc_rule *rule, *old_rule; in igc_ethtool_add_nfc_rule() local
1370 struct igc_nfc_rule *rule; in igc_ethtool_del_nfc_rule() local
/Linux-v6.6/kernel/
Daudit_tree.c526 struct audit_krule *rule) in audit_tree_log_remove_rule()
544 struct audit_krule *rule, *next; in kill_rules() local
647 int audit_remove_tree_rule(struct audit_krule *rule) in audit_remove_tree_rule()
725 int audit_make_tree(struct audit_krule *rule, char *pathname, u32 op) in audit_make_tree()
800 int audit_add_tree_rule(struct audit_krule *rule) in audit_add_tree_rule()
Daudit.h52 struct audit_krule rule; member
323 #define audit_remove_tree_rule(rule) BUG() argument
324 #define audit_add_tree_rule(rule) -EINVAL argument
325 #define audit_make_tree(rule, str, op) -EINVAL argument
329 #define audit_tree_path(rule) "" /* never called */ argument
/Linux-v6.6/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c1703 qede_flow_parse_ports(struct qede_dev *edev, struct flow_rule *rule, in qede_flow_parse_ports()
1724 qede_flow_parse_v6_common(struct qede_dev *edev, struct flow_rule *rule, in qede_flow_parse_v6_common()
1756 qede_flow_parse_v4_common(struct qede_dev *edev, struct flow_rule *rule, in qede_flow_parse_v4_common()
1780 qede_flow_parse_tcp_v6(struct qede_dev *edev, struct flow_rule *rule, in qede_flow_parse_tcp_v6()
1790 qede_flow_parse_tcp_v4(struct qede_dev *edev, struct flow_rule *rule, in qede_flow_parse_tcp_v4()
1800 qede_flow_parse_udp_v6(struct qede_dev *edev, struct flow_rule *rule, in qede_flow_parse_udp_v6()
1810 qede_flow_parse_udp_v4(struct qede_dev *edev, struct flow_rule *rule, in qede_flow_parse_udp_v4()
1821 struct flow_rule *rule, struct qede_arfs_tuple *tuple) in qede_parse_flow_attr()
/Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch-flower.c14 struct flow_rule *rule = flow_cls_offload_flow_rule(cls); in dpaa2_switch_flower_parse_key() local
492 struct flow_rule *rule = flow_cls_offload_flow_rule(cls); in dpaa2_switch_cls_flower_replace_acl() local
536 struct flow_rule *rule = flow_cls_offload_flow_rule(cls); in dpaa2_switch_flower_parse_mirror_key() local
644 struct flow_rule *rule = flow_cls_offload_flow_rule(cls); in dpaa2_switch_cls_flower_replace() local
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_dbg.c71 void mlx5dr_dbg_rule_add(struct mlx5dr_rule *rule) in mlx5dr_dbg_rule_add()
80 void mlx5dr_dbg_rule_del(struct mlx5dr_rule *rule) in mlx5dr_dbg_rule_del()
308 static int dr_dump_rule(struct seq_file *file, struct mlx5dr_rule *rule) in dr_dump_rule()
468 struct mlx5dr_rule *rule; in dr_dump_matcher_all() local
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_fdir.c1145 struct ice_fdir_fltr *rule; in ice_fdir_find_fltr_by_idx() local
1164 struct ice_fdir_fltr *rule, *parent = NULL; in ice_fdir_list_add_fltr() local
1275 struct ice_fdir_fltr *rule; in ice_fdir_is_dup_fltr() local
/Linux-v6.6/sound/usb/
Dpcm.c815 struct snd_pcm_hw_rule *rule) in hw_rule_rate()
881 struct snd_pcm_hw_rule *rule) in hw_rule_channels()
920 struct snd_pcm_hw_rule *rule) in hw_rule_format()
961 struct snd_pcm_hw_rule *rule) in hw_rule_period_time()
989 struct snd_pcm_hw_rule *rule) in hw_rule_period_size_implicit_fb()
1034 struct snd_pcm_hw_rule *rule) in hw_rule_periods_implicit_fb()
/Linux-v6.6/security/integrity/ima/
Dima_policy.c117 void *rule; /* LSM file metadata specific */ member
511 static bool ima_match_rule_data(struct ima_rule_entry *rule, in ima_match_rule_data()
565 static bool ima_match_rules(struct ima_rule_entry *rule, in ima_match_rules()
693 static int get_subaction(struct ima_rule_entry *rule, enum ima_hooks func) in get_subaction()
916 char rule[255]; in ima_init_arch_policy() local
1404 static int ima_parse_rule(char *rule, struct ima_rule_entry *entry) in ima_parse_rule()
1919 ssize_t ima_parse_add_rule(char *rule) in ima_parse_add_rule()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads_termtbl.c16 struct mlx5_flow_handle *rule; member
253 struct mlx5_flow_handle *rule = NULL; in mlx5_eswitch_add_termtbl_rule() local
/Linux-v6.6/sound/firewire/digi00x/
Ddigi00x-pcm.c11 struct snd_pcm_hw_rule *rule) in hw_rule_rate()
35 struct snd_pcm_hw_rule *rule) in hw_rule_channels()
/Linux-v6.6/security/landlock/
Druleset.c64 const struct landlock_rule rule = { in build_check_rule() local
105 static void free_rule(struct landlock_rule *const rule) in free_rule()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_meter.c23 struct mlx5_flow_handle *rule; member
155 struct mlx5_flow_handle *rule; in mlx5e_post_meter_rate_rules_create() local
345 struct mlx5_flow_handle *rule; in mlx5e_post_meter_mtu_create() local
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/flower/
Daction.c266 nfp_flower_tun_is_gre(struct flow_rule *rule, int start_idx) in nfp_flower_tun_is_gre()
284 struct flow_rule *rule, in nfp_fl_get_tun_from_act()
794 nfp_fl_commit_mangle(struct flow_rule *rule, char *nfp_action, in nfp_fl_commit_mangle()
1027 struct flow_rule *rule, in nfp_flower_loop_action()
1258 struct flow_rule *rule, in nfp_flower_compile_action()
Doffload.c139 static bool nfp_flower_check_higher_than_mac(struct flow_rule *rule) in nfp_flower_check_higher_than_mac()
147 static bool nfp_flower_check_higher_than_l3(struct flow_rule *rule) in nfp_flower_check_higher_than_l3()
241 struct flow_rule *rule, in nfp_flower_calculate_key_layers()
1300 struct flow_rule *rule = flow_cls_offload_flow_rule(flow); in offload_pre_check() local
1331 struct flow_rule *rule = flow_cls_offload_flow_rule(flow); in nfp_flower_add_offload() local
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dfs_tcp.h23 static inline void mlx5e_accel_fs_del_sk(struct mlx5_flow_handle *rule) {} in mlx5e_accel_fs_del_sk()
Dfs_tcp.c69 void mlx5e_accel_fs_del_sk(struct mlx5_flow_handle *rule) in mlx5e_accel_fs_del_sk()
156 struct mlx5_flow_handle *rule; in accel_fs_tcp_add_default_rule() local
/Linux-v6.6/sound/firewire/bebob/
Dbebob_pcm.c11 hw_rule_rate(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) in hw_rule_rate()
39 hw_rule_channels(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) in hw_rule_channels()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dipsec_fs.c47 struct mlx5_flow_handle *rule; in esw_ipsec_rx_status_drop_create() local
114 struct mlx5_flow_handle *rule; in esw_ipsec_rx_status_pass_create() local
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dfs.h32 struct mlx5_flow_handle *rule; member
39 struct mlx5_flow_handle *rule; member
/Linux-v6.6/sound/firewire/fireface/
Dff-pcm.c11 struct snd_pcm_hw_rule *rule) in hw_rule_rate()
42 struct snd_pcm_hw_rule *rule) in hw_rule_channels()
/Linux-v6.6/sound/isa/sb/
Dsb8_main.c63 struct snd_pcm_hw_rule *rule) in snd_sb8_hw_constraint_rate_channels()
80 struct snd_pcm_hw_rule *rule) in snd_sb8_hw_constraint_channels_rate()
/Linux-v6.6/sound/pci/ac97/
Dac97_pcm.c684 struct snd_pcm_hw_rule *rule) in double_rate_hw_constraint_rate()
699 struct snd_pcm_hw_rule *rule) in double_rate_hw_constraint_channels()
/Linux-v6.6/sound/firewire/fireworks/
Dfireworks_pcm.c64 hw_rule_rate(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) in hw_rule_rate()
89 hw_rule_channels(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) in hw_rule_channels()

12345678910