Home
last modified time | relevance | path

Searched defs:rules (Results 1 – 25 of 52) sorted by relevance

123

/linux-6.3-rc2/tools/testing/selftests/landlock/
A Dfs_test.c571 const struct rule rules[]) in create_ruleset()
613 const struct rule rules[] = { in TEST_F_FORK() local
662 const struct rule rules[] = { in TEST_F_FORK() local
685 const struct rule rules[] = { in TEST_F_FORK() local
743 const struct rule rules[] = { in TEST_F_FORK() local
770 const struct rule rules[] = { in TEST_F_FORK() local
1152 const struct rule rules[] = { in TEST_F_FORK() local
1269 const struct rule rules[] = { in TEST_F_FORK() local
1307 const struct rule rules[] = { in TEST_F_FORK() local
1364 const struct rule rules[] = { in TEST_F_FORK() local
[all …]
/linux-6.3-rc2/tools/perf/util/
A Dstrfilter.c160 struct strfilter *strfilter__new(const char *rules, const char **err) in strfilter__new()
179 const char *rules, const char **err) in strfilter__append()
207 int strfilter__or(struct strfilter *filter, const char *rules, const char **err) in strfilter__or()
212 int strfilter__and(struct strfilter *filter, const char *rules, in strfilter__and()
/linux-6.3-rc2/security/apparmor/
A Dresource.c87 struct aa_ruleset *rules = list_first_entry(&profile->rules, in profile_setrlimit() local
160 struct aa_ruleset *rules = list_first_entry(&old->rules, in __aa_transition_rlimits() local
180 struct aa_ruleset *rules = list_first_entry(&new->rules, in __aa_transition_rlimits() local
A Ddomain.c84 struct aa_ruleset *rules = list_first_entry(&profile->rules, in match_component() local
122 struct aa_ruleset *rules = list_first_entry(&profile->rules, in label_compound_match() local
184 struct aa_ruleset *rules = list_first_entry(&profile->rules, in label_components_match() local
508 struct aa_ruleset *rules = list_first_entry(&profile->rules, in x_table_lookup() local
559 struct aa_ruleset *rules = list_first_entry(&profile->rules, in x_to_label() local
627 struct aa_ruleset *rules = list_first_entry(&profile->rules, in profile_transition() local
727 struct aa_ruleset *rules = list_first_entry(&profile->rules, in profile_onexec() local
1268 struct aa_ruleset *rules = list_first_entry(&profile->rules, in change_profile_perms_wrapper() local
A Dcapability.c67 struct aa_ruleset *rules = list_first_entry(&profile->rules, in audit_caps() local
119 struct aa_ruleset *rules = list_first_entry(&profile->rules, in profile_capable() local
A Dmount.c306 struct aa_ruleset *rules = list_first_entry(&profile->rules, in match_mnt_path_str() local
363 struct aa_ruleset *rules = list_first_entry(&profile->rules, in match_mnt() local
572 struct aa_ruleset *rules = list_first_entry(&profile->rules, in profile_umount() local
633 struct aa_ruleset *rules = list_first_entry(&profile->rules, in build_pivotroot() local
A Dnet.c111 struct aa_ruleset *rules = list_first_entry(&profile->rules, in aa_profile_af_perm() local
221 struct aa_ruleset *rules = list_first_entry(&profile->rules, in aa_secmark_perm() local
A Dpolicy.c206 static void free_ruleset(struct aa_ruleset *rules) in free_ruleset()
223 struct aa_ruleset *rules; in aa_alloc_ruleset() local
296 struct aa_ruleset *rules; in aa_alloc_profile() local
584 struct aa_ruleset *rules; in aa_alloc_null() local
A Dpolicy_unpack.c562 static bool unpack_secmark(struct aa_ext *e, struct aa_ruleset *rules) in unpack_secmark()
608 static bool unpack_rlimits(struct aa_ext *e, struct aa_ruleset *rules) in unpack_rlimits()
801 struct aa_ruleset *rules; in unpack_profile() local
1210 struct aa_ruleset *rules = list_first_entry(&profile->rules, in verify_profile() local
A Dlib.c335 struct aa_ruleset *rules, in aa_profile_match_label()
354 struct aa_ruleset *rules = list_first_entry(&profile->rules, in aa_profile_label_perm() local
A Dipc.c81 struct aa_ruleset *rules = list_first_entry(&profile->rules, in profile_signal_perm() local
A Dfile.c215 struct aa_ruleset *rules = list_first_entry(&profile->rules, in __aa_path_perm() local
309 struct aa_ruleset *rules = list_first_entry(&profile->rules, in profile_path_link() local
A Dtask.c232 struct aa_ruleset *rules = list_first_entry(&profile->rules, in profile_ptrace_perm() local
A Dlabel.c1265 struct aa_ruleset *rules, in match_component()
1298 struct aa_ruleset *rules, in label_compound_match()
1358 struct aa_ruleset *rules, in label_components_match()
1418 int aa_label_match(struct aa_profile *profile, struct aa_ruleset *rules, in aa_label_match()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dfs_ttc.c33 struct mlx5_ttc_rule rules[MLX5_NUM_TT]; member
240 struct mlx5_ttc_rule *rules; in mlx5_generate_ttc_table_rules() local
400 struct mlx5_ttc_rule *rules; in mlx5_generate_inner_ttc_table_rules() local
/linux-6.3-rc2/security/apparmor/include/
A Dpolicy.h211 struct list_head rules; member
275 static inline aa_state_t RULE_MEDIATES(struct aa_ruleset *rules, in RULE_MEDIATES()
285 static inline aa_state_t RULE_MEDIATES_AF(struct aa_ruleset *rules, u16 AF) in RULE_MEDIATES_AF()
/linux-6.3-rc2/net/netfilter/
A Dnft_set_pipapo.h123 unsigned long rules; member
252 unsigned long rules; in pipapo_estimate_size() local
A Dnft_set_pipapo.c365 int pipapo_refill(unsigned long *map, int len, int rules, unsigned long *dst, in pipapo_refill()
620 static int pipapo_resize(struct nft_pipapo_field *f, int old_rules, int rules) in pipapo_resize()
1441 static void pipapo_unmap(union nft_pipapo_map_bucket *mt, int rules,
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lag/
A Dport_sel.h16 struct mlx5_flow_handle *rules[MLX5_MAX_PORTS * MLX5_LAG_MAX_HASH_BUCKETS]; member
A Dport_sel.c16 u8 rules) in mlx5_create_hash_flow_group()
/linux-6.3-rc2/samples/bpf/
A Dcookie_uid_helper_example.c174 char rules[256]; in prog_attach_iptables() local
/linux-6.3-rc2/drivers/net/ethernet/microsoft/mana/
A Dmana_ethtool.c125 u32 *rules) in mana_get_rxnfc()
/linux-6.3-rc2/net/core/
A Dfib_rules.c1214 static void attach_rules(struct list_head *rules, struct net_device *dev) in attach_rules()
1228 static void detach_rules(struct list_head *rules, struct net_device *dev) in detach_rules()
/linux-6.3-rc2/kernel/
A Daudit_watch.c43 struct list_head rules; /* anchor for krule->rlist */ member
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/flower/
A Dconntrack.c682 static int nfp_fl_merge_actions_offload(struct flow_rule **rules, in nfp_fl_merge_actions_offload()
792 struct flow_rule *rules[_CT_TYPE_MAX]; in nfp_fl_ct_add_offload() local

Completed in 57 milliseconds

123