Searched refs:policy (Results 251 - 275 of 510) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_nat_zones.sh28 # NAT Gateway uses policy routing and conntrack zones to isolate client
103 # gw: policy routing
142 type filter hook prerouting priority -64000; policy accept;
152 type nat hook postrouting priority 0; policy accept;
157 type filter hook prerouting priority -100; policy accept;
H A Dnft_zones_many.sh41 type filter hook output priority -64000; policy accept;
/linux-master/net/netfilter/
H A Dnfnetlink_acct.c386 .policy = nfnl_acct_policy
392 .policy = nfnl_acct_policy
398 .policy = nfnl_acct_policy
404 .policy = nfnl_acct_policy
H A Dnft_reject_netdev.c169 .policy = nft_reject_policy,
H A Dnft_range.c147 .policy = nft_range_policy,
H A Dnft_osf.c170 .policy = nft_osf_policy,
H A Dnft_last.c134 .policy = nft_last_policy,
/linux-master/net/ieee802154/
H A Dnetlink.c131 .policy = ieee802154_policy,
/linux-master/arch/arm/mach-tegra/
H A Dsleep.S143 /* in LP2 idle (SDRAM active), set the CPU burst policy to PLLP */
145 mov r0, #(2 << 28) @ burst policy = run mode
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_netlink.c172 .policy = ipoib_policy,
/linux-master/arch/powerpc/platforms/pseries/
H A Dplpks-secvar.c144 var.policy = get_policy(key);
/linux-master/include/uapi/linux/netfilter_bridge/
H A Debtables.h86 int policy; member in struct:ebt_entries
100 * different techniques for naming the policy and such. So, iptables doesn't
/linux-master/drivers/net/wireless/silabs/wfx/
H A Ddata_tx.c44 /* TX policy cache implementation */
46 static void wfx_tx_policy_build(struct wfx_vif *wvif, struct wfx_tx_policy *policy, argument
53 WARN(rates[0].idx < 0, "invalid rate policy");
54 memset(policy, 0, sizeof(*policy));
60 /* Pack two values in each byte of policy->rates */
64 policy->rates[rateid / 2] |= count;
112 WARN(1, "unable to get a valid Tx policy");
120 /* If policy is not found create a new one using the oldest entry in "free" list */
302 dev_warn(wvif->wdev->dev, "unable to get a valid Tx policy");
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtime-event.h143 * enum iwl_time_event_policy - Time event policy values
207 * @policy: defines whether uCode shall notify the host or other uCode modules
227 __le16 policy; member in struct:iwl_time_event_cmd
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_util.h58 __DML_DLL_EXPORT__ void dml_print_dml_policy(const struct dml_mode_eval_policy_st *policy);
/linux-master/fs/btrfs/
H A Dextent-tree.h83 /* Allocation policy */
84 enum btrfs_extent_allocation_policy policy; member in struct:find_free_extent_ctl
/linux-master/include/linux/
H A Dfscrypt.h91 * the log2_data_unit_size field of the fscrypt policy. This flag is
146 * Get the dummy fscrypt policy in use on the filesystem (if any).
151 * Return: A pointer to the dummy fscrypt policy, if the filesystem is
348 /* policy.c */
358 const union fscrypt_policy *policy; member in struct:fscrypt_dummy_policy
370 return dummy_policy->policy != NULL;
375 kfree(dummy_policy->policy);
376 dummy_policy->policy = NULL;
539 /* policy.c */
951 * in an encrypted directory tree use the same encryption policy
[all...]
H A Dshmem_fs.h34 struct shared_policy policy; /* NUMA memory alloc policy */ member in struct:shmem_inode_info
71 struct mempolicy *mpol; /* default memory policy for mappings */
/linux-master/drivers/md/
H A DMakefile21 dm-cache-y += dm-cache-target.o dm-cache-metadata.o dm-cache-policy.o \
23 dm-cache-smq-y += dm-cache-policy-smq.o
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm.h721 __u32 policy; member in struct:kvm_sev_launch_start
757 __u32 policy; member in struct:kvm_sev_guest_status
776 __u32 policy; member in struct:kvm_sev_send_start
806 __u32 policy; member in struct:kvm_sev_receive_start
/linux-master/include/net/
H A Drtnetlink.h54 * @policy: Netlink policy for device specific attribute validation
94 const struct nla_policy *policy; member in struct:rtnl_link_ops
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dkvm.h721 __u32 policy; member in struct:kvm_sev_launch_start
757 __u32 policy; member in struct:kvm_sev_guest_status
776 __u32 policy; member in struct:kvm_sev_send_start
806 __u32 policy; member in struct:kvm_sev_receive_start
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c2326 const struct mv88e6xxx_policy *policy)
2328 enum mv88e6xxx_policy_mapping mapping = policy->mapping;
2329 enum mv88e6xxx_policy_action action = policy->action;
2330 const u8 *addr = policy->addr;
2331 u16 vid = policy->vid;
2362 /* Skip the port's policy clearing if the mapping is still in use */
2364 idr_for_each_entry(&chip->policies, policy, id)
2365 if (policy->port == port &&
2366 policy->mapping == mapping &&
2367 policy
2325 mv88e6xxx_policy_apply(struct mv88e6xxx_chip *chip, int port, const struct mv88e6xxx_policy *policy) argument
2380 struct mv88e6xxx_policy *policy; local
2460 struct mv88e6xxx_policy *policy; local
2507 struct mv88e6xxx_policy *policy; local
[all...]
/linux-master/arch/x86/include/asm/
H A Defi.h279 #define __efi64_argmap_load_file(protocol, path, policy, bufsize, buf) \
280 ((protocol), (path), (policy), efi64_zero_upper(bufsize), (buf))
/linux-master/drivers/ata/
H A Dlibata.h175 extern int sata_pmp_set_lpm(struct ata_link *link, enum ata_lpm_policy policy,
190 enum ata_lpm_policy policy, unsigned hints)
189 sata_pmp_set_lpm(struct ata_link *link, enum ata_lpm_policy policy, unsigned hints) argument

Completed in 376 milliseconds

<<11121314151617181920>>