Home
last modified time | relevance | path

Searched refs:rules (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/Linux-v4.19/drivers/net/netdevsim/
Dfib.c32 struct nsim_fib_entry rules; member
52 entry = &fib_data->ipv4.rules; in nsim_fib_get_val()
58 entry = &fib_data->ipv6.rules; in nsim_fib_get_val()
79 entry = &fib_data->ipv4.rules; in nsim_fib_set_max()
85 entry = &fib_data->ipv6.rules; in nsim_fib_set_max()
131 err = nsim_fib_rule_account(&data->ipv4.rules, add, extack); in nsim_fib_rule_event()
134 err = nsim_fib_rule_account(&data->ipv6.rules, add, extack); in nsim_fib_rule_event()
210 data->ipv4.rules.num = 0ULL; in nsim_fib_dump_inconsistent()
213 data->ipv6.rules.num = 0ULL; in nsim_fib_dump_inconsistent()
228 data->ipv4.rules.max = (u64)-1; in nsim_fib_netns_init()
[all …]
/Linux-v4.19/net/netfilter/
Dnf_tables_core.c120 struct nft_rule *const *rules; member
142 struct nft_rule *const *rules; in nft_do_chain() local
156 rules = rcu_dereference(chain->rules_gen_1); in nft_do_chain()
158 rules = rcu_dereference(chain->rules_gen_0); in nft_do_chain()
161 rule = *rules; in nft_do_chain()
163 for (; *rules ; rules++) { in nft_do_chain()
164 rule = *rules; in nft_do_chain()
203 jumpstack[stackptr].rules = rules + 1; in nft_do_chain()
225 rules = jumpstack[stackptr].rules; in nft_do_chain()
/Linux-v4.19/Documentation/aoe/
Dudev.txt1 # These rules tell udev what device nodes to create for aoe support.
11 # udev_rules="/etc/udev/rules.d/"
12 # bash# ls /etc/udev/rules.d/
13 # 10-wacom.rules 50-udev.rules
15 # /etc/udev/rules.d/60-aoe.rules
/Linux-v4.19/tools/perf/util/
Dstrfilter.c159 struct strfilter *strfilter__new(const char *rules, const char **err) in strfilter__new() argument
165 filter->root = strfilter_node__new(rules, &ep); in strfilter__new()
178 const char *rules, const char **err) in strfilter__append() argument
183 if (!filter || !rules) in strfilter__append()
186 right = strfilter_node__new(rules, &ep); in strfilter__append()
206 int strfilter__or(struct strfilter *filter, const char *rules, const char **err) in strfilter__or() argument
208 return strfilter__append(filter, true, rules, err); in strfilter__or()
211 int strfilter__and(struct strfilter *filter, const char *rules, in strfilter__and() argument
214 return strfilter__append(filter, false, rules, err); in strfilter__and()
Dstrfilter.h30 struct strfilter *strfilter__new(const char *rules, const char **err);
43 const char *rules, const char **err);
56 const char *rules, const char **err);
/Linux-v4.19/security/smack/
DKconfig16 bool "Reporting on access granted by Smack rules"
20 Enable the bring-up ("b") access mode in Smack rules.
25 rules. The developer can use the information to
26 identify which rules are necessary and what accesses
53 delivering a signal in the Smack rules.
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Daxentia.txt10 and following the rules from atmel-at91.txt for a sama5d31 SoC.
19 and following the rules from above for the axentia,linea CPU module.
28 and following the rules from above for the axentia,linea CPU module.
/Linux-v4.19/Documentation/media/dvb-drivers/
Dudev.rst1 UDEV rules for DVB
21 Nevertheless it's now possible to add proper udev rules so that the
46 like you know them. All real distributions out there scan the /etc/udev/rules.d
48 will tell you the directory where the rules are, most likely it's /etc/udev/rules.d/
/Linux-v4.19/kernel/
Daudit_watch.c56 struct list_head rules; /* anchor for krule->rlist */ member
122 WARN_ON(!list_empty(&watch->rules)); in audit_put_watch()
181 INIT_LIST_HEAD(&watch->rules); in audit_init_watch()
291 list_for_each_entry_safe(r, nextr, &owatch->rules, rlist) { in audit_update_watch()
312 list_add(&nentry->rule.rlist, &nwatch->rules); in audit_update_watch()
346 list_for_each_entry_safe(r, nextr, &w->rules, rlist) { in audit_remove_parent_watches()
411 list_add(&krule->rlist, &watch->rules); in audit_add_to_parent()
470 if (list_empty(&watch->rules)) { in audit_remove_watch_rule()
/Linux-v4.19/net/ceph/crush/
Dcrush.c123 if (map->rules) { in crush_destroy()
126 crush_destroy_rule(map->rules[b]); in crush_destroy()
127 kfree(map->rules); in crush_destroy()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-block-dm7 Users: util-linux, device-mapper udev rules
16 Users: util-linux, device-mapper udev rules
25 Users: util-linux, device-mapper udev rules
/Linux-v4.19/Documentation/sound/designs/
Dtracepoints.rst116 :c:type:`struct snd_pcm_hardware` and rules of constraints in the runtime. The
117 structure describes capabilities of handled hardware. The rules describes
120 to compute the target parameter. ALSA PCM core registers some rules to the
129 2. In the same callback, drivers are also expected to register additional rules
156 device, rules of constraint and name of the changed parameter, in order. The
157 field for rules of constraint consists of two sub-fields; index of applied rule
158 and total number of rules added to the runtime. As an exception, the index 000
159 means that the parameter is changed by ALSA PCM core, regardless of the rules.
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs.c675 if (!IS_ERR_OR_NULL(ttc->rules[i])) { in mlx5e_cleanup_ttc_rules()
676 mlx5_del_flow_rules(ttc->rules[i]); in mlx5e_cleanup_ttc_rules()
677 ttc->rules[i] = NULL; in mlx5e_cleanup_ttc_rules()
813 struct mlx5_flow_handle **rules; in mlx5e_generate_ttc_table_rules() local
819 rules = ttc->rules; in mlx5e_generate_ttc_table_rules()
827 rules[tt] = mlx5e_generate_ttc_rule(priv, ft, &dest, in mlx5e_generate_ttc_table_rules()
830 if (IS_ERR(rules[tt])) in mlx5e_generate_ttc_table_rules()
837 rules = ttc->tunnel_rules; in mlx5e_generate_ttc_table_rules()
841 rules[tt] = mlx5e_generate_ttc_rule(priv, ft, &dest, in mlx5e_generate_ttc_table_rules()
844 if (IS_ERR(rules[tt])) in mlx5e_generate_ttc_table_rules()
[all …]
/Linux-v4.19/Documentation/filesystems/
Ddirectory-locking11 1) read access. Locking rules: caller locks directory we are accessing.
14 2) object creation. Locking rules: same as above, but the lock is taken
17 3) object removal. Locking rules: caller locks parent, finds victim,
20 4) rename() that is _not_ cross-directory. Locking rules: caller locks
29 5) link creation. Locking rules:
37 rules:
52 The rules above obviously guarantee that all directories that are going to be
110 But locking rules for cross-directory rename guarantee that we do not
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en/
Dfs.h85 struct mlx5_flow_handle *rules[MLX5E_NUM_TT]; member
113 struct list_head rules; member
149 struct list_head rules; member
/Linux-v4.19/Documentation/translations/zh_CN/
Dstable_kernel_rules.txt1 Chinese translated version of Documentation/process/stable-kernel-rules.rst
11 Documentation/process/stable-kernel-rules.rst 的中文翻译
/Linux-v4.19/security/apparmor/include/
Dfile.h205 static inline void aa_free_file_rules(struct aa_file_rules *rules) in aa_free_file_rules() argument
207 aa_put_dfa(rules->dfa); in aa_free_file_rules()
208 aa_free_domain_entries(&rules->trans); in aa_free_file_rules()
/Linux-v4.19/Documentation/networking/
Dtc-actions-env-rules.txt2 The "environmental" rules for authors of any new tc actions are:
17 The "environmental" rules for callers of actions (qdiscs etc) are:
Dvrf.txt3 The VRF device combined with ip rules provides the ability to create virtual
14 the use of higher priority ip rules (Policy Based Routing, PBR) to take
15 precedence over the VRF device rules directing specific traffic as desired.
41 flow through the VRF device. Similarly on egress routing rules are used to
44 and out of the VRF as a whole.[1] Similarly, netfilter[2] and tc rules can be
45 applied using the VRF device to specify rules that apply to the VRF domain
53 ingress device and both INPUT and PREROUTING rules with skb->dev set to
54 the VRF device. For egress POSTROUTING and OUTPUT rules can be written
67 with a different priority or install per-VRF rules.
69 Prior to the v4.8 kernel iif and oif rules are needed for each VRF device:
[all …]
/Linux-v4.19/Documentation/powerpc/
Dsyscall64-abi.txt10 rules, with the following differences.
31 Register preservation rules
33 Register preservation rules match the ELF ABI calling sequence with the
91 Register preservation rules
/Linux-v4.19/security/integrity/ima/
DKconfig59 Disabling this option will disregard LSM based policy rules.
129 IMA policy can now be updated multiple times. The new rules get
130 appended to the original policy. Have in mind that the rules are
143 This option allows the root user to see the current policy rules.
161 bool "IMA build time configured policy rules"
168 policy rules persist after loading a custom policy.
170 Depending on the rules configured, this policy may require kernel
/Linux-v4.19/Documentation/translations/ja_JP/
Dstable_kernel_rules.txt2 This is Japanese translated version of "Documentation/process/stable-kernel-rules.rst".
15 linux-2.6.29/Documentation/process/stable-kernel-rules.rst
/Linux-v4.19/samples/bpf/
Dcookie_uid_helper_example.c170 char rules[100]; in prog_attach_iptables() local
178 sprintf(rules, "iptables -A OUTPUT -m bpf --object-pinned %s -j ACCEPT", in prog_attach_iptables()
180 ret = system(rules); in prog_attach_iptables()
/Linux-v4.19/Documentation/arm/
Dkernel_mode_neon.txt54 following rules and restrictions apply in the kernel:
88 kernel is by adhering to the following rules:
102 NEON assembler is supported with no additional caveats as long as the rules
110 supported as long as the rules above are followed.
117 observe the following in addition to the rules above:
/Linux-v4.19/tools/power/acpi/tools/ec/
DMakefile17 include ../../Makefile.rules

12345678910>>...12