Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 1440) sorted by relevance

12345678910>>...58

/linux/tools/testing/selftests/bpf/progs/
H A Dmap_kptr_fail.c28 int key = 0; in size_not_bpf_dw() local
43 int key = 0, id; in non_const_var_off() local
62 int key = 0, id; in non_const_var_off_kptr_xchg() local
81 int key = 0; in misaligned_access_write() local
97 int key in misaligned_access_read() local
112 int key = 0, id; reject_var_off_store() local
136 int key = 0; reject_bad_type_match() local
156 int key = 0; marked_as_untrusted_or_null() local
172 int key = 0; correct_btf_id_check_size() local
190 int key = 0; inherit_untrusted_on_walk() local
209 int key = 0; reject_kptr_xchg_on_unref() local
224 int key = 0; mark_ref_as_untrusted_or_null() local
240 int key = 0; reject_untrusted_store_to_ref() local
260 int key = 0; reject_untrusted_xchg() local
280 int key = 0; reject_bad_type_xchg() local
299 int key = 0; reject_member_of_ref_xchg() local
317 int key = 0; reject_indirect_helper_access() local
338 int key = 0; reject_indirect_global_func_access() local
353 int key = 0; kptr_xchg_ref_state() local
372 int key = 0; kptr_xchg_possibly_null() local
[all...]
H A Dtest_tunnel_kern.c61 struct bpf_tunnel_key key; gre_set_tunnel() local
83 struct bpf_tunnel_key key; gre_set_tunnel_no_key() local
104 struct bpf_tunnel_key key; gre_get_tunnel() local
119 struct bpf_tunnel_key key; ip6gretap_set_tunnel() local
143 struct bpf_tunnel_key key; ip6gretap_get_tunnel() local
162 struct bpf_tunnel_key key; erspan_set_tunnel() local
205 struct bpf_tunnel_key key; erspan_get_tunnel() local
241 struct bpf_tunnel_key key; ip4ip6erspan_set_tunnel() local
285 struct bpf_tunnel_key key; ip4ip6erspan_get_tunnel() local
322 struct bpf_tunnel_key key; vxlan_set_tunnel_dst() local
361 struct bpf_tunnel_key key; vxlan_set_tunnel_src() local
401 struct bpf_tunnel_key key; vxlan_get_tunnel_src() local
487 struct bpf_tunnel_key key; ip6vxlan_set_tunnel_dst() local
518 struct bpf_tunnel_key key; ip6vxlan_set_tunnel_src() local
549 struct bpf_tunnel_key key; ip6vxlan_get_tunnel_src() local
591 struct bpf_tunnel_key key; geneve_set_tunnel() local
630 struct bpf_tunnel_key key; geneve_get_tunnel() local
651 struct bpf_tunnel_key key; ip6geneve_set_tunnel() local
690 struct bpf_tunnel_key key; ip6geneve_get_tunnel() local
714 struct bpf_tunnel_key key = {}; ipip_set_tunnel() local
744 struct bpf_tunnel_key key; ipip_get_tunnel() local
759 struct bpf_tunnel_key key = {}; ipip_gue_set_tunnel() local
798 struct bpf_tunnel_key key = {}; ipip_fou_set_tunnel() local
837 struct bpf_tunnel_key key = {}; ipip_encap_get_tunnel() local
864 struct bpf_tunnel_key key = {}; ipip6_set_tunnel() local
896 struct bpf_tunnel_key key; ipip6_get_tunnel() local
913 struct bpf_tunnel_key key = {}; ip6ip6_set_tunnel() local
944 struct bpf_tunnel_key key; ip6ip6_get_tunnel() local
[all...]
H A Dwq.c56 static int test_elem_callback(void *map, int *key, in test_elem_callback() argument
89 test_hmap_elem_callback(void * map,int * key,int (callback_fn)(void * map,int * key,void * value)) test_hmap_elem_callback() argument
120 wq_callback(void * map,int * key,void * value) wq_callback() argument
128 wq_cb_sleepable(void * map,int * key,void * value) wq_cb_sleepable() argument
146 int key = 0; test_call_array_sleepable() local
156 int key = 1; test_syscall_array_sleepable() local
166 int key = 2; test_call_hash_sleepable() local
176 int key = 3; test_call_hash_malloc_sleepable() local
186 int key = 4; test_call_lru_sleepable() local
[all...]
/linux/fs/ubifs/
H A Dkey.h91 union ubifs_key *key, ino_t inum) in ino_key_init()
106 union ubifs_key *key = k; in ino_key_init_flash() local
120 union ubifs_key *key, ino_t inum) in lowest_ino_key()
133 union ubifs_key *key, ino_t inum) in highest_ino_key()
147 union ubifs_key *key, ino_t inum, in dent_key_init()
166 union ubifs_key *key, ino_t inum, in dent_key_init_hash()
185 union ubifs_key *key = k; in dent_key_init_flash() local
202 union ubifs_key *key, ino_t inum) in lowest_dent_key()
216 union ubifs_key *key, ino_t inum, in xent_key_init()
236 union ubifs_key *key = k; in xent_key_init_flash() local
[all …]
/linux/lib/
H A Dsiphash.c46 u64 __siphash_aligned(const void *data, size_t len, const siphash_key_t *key) in __siphash_aligned()
79 u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key) in __siphash_unaligned()
116 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64()
133 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64()
156 const siphash_key_t *key) in siphash_3u64()
184 const u64 forth, const siphash_key_t *key) in siphash_4u64()
207 u64 siphash_1u32(const u32 first, const siphash_key_t *key) in siphash_1u32()
216 const siphash_key_t *key) in siphash_3u32()
247 u32 __hsiphash_aligned(const void *data, size_t len, const hsiphash_key_t *key) in __hsiphash_aligned()
280 const hsiphash_key_t *key) in __hsiphash_unaligned()
[all …]
H A Dbtree.c134 static void dec_key(struct btree_geo *geo, unsigned long *key) in dec_key()
158 unsigned long *key) in setkey()
207 unsigned long *key) in btree_last()
224 unsigned long *key) in keycmp()
229 static int keyzero(struct btree_geo *geo, unsigned long *key) in keyzero()
241 unsigned long *key) in btree_lookup_node()
263 unsigned long *key) in btree_lookup()
280 unsigned long *key, void *val) in btree_update()
311 unsigned long *retry_key = NULL, key[MAX_KEYLEN]; in btree_get_prev() local
359 unsigned long *key) in getpos()
[all …]
/linux/tools/perf/util/bpf_skel/
H A Dkwork_trace.bpf.c90 static __always_inline int trace_event_match(struct work_key *key, char *name) in trace_event_match() argument
117 static __always_inline void do_update_time(void *map, struct work_key *key, in do_update_time() argument
146 static __always_inline void do_update_timestart(void *map, struct work_key *key) in do_update_timestart() argument
154 struct work_key *key) in do_update_timeend() argument
165 do_update_name(void * map,struct work_key * key,char * name) do_update_name() argument
171 update_timestart(void * map,struct work_key * key) update_timestart() argument
182 update_timestart_and_name(void * time_map,void * names_map,struct work_key * key,char * name) update_timestart_and_name() argument
195 update_timeend(void * report_map,void * time_map,struct work_key * key) update_timeend() argument
208 update_timeend_and_name(void * report_map,void * time_map,void * names_map,struct work_key * key,char * name) update_timeend_and_name() argument
224 struct work_key key = { report_irq_handler_entry() local
240 struct work_key key = { report_irq_handler_exit() local
266 struct work_key key = { report_softirq_entry() local
284 struct work_key key = { report_softirq_exit() local
297 struct work_key key = { latency_softirq_raise() local
315 struct work_key key = { latency_softirq_entry() local
327 struct work_key key = { report_workqueue_execute_start() local
340 struct work_key key = { report_workqueue_execute_end() local
357 struct work_key key = { latency_workqueue_activate_work() local
370 struct work_key key = { latency_workqueue_execute_start() local
[all...]
/linux/include/linux/
H A Dkey.h155 static inline key_ref_t make_key_ref(const struct key *key, in make_key_ref()
178 struct key *key; member
195 struct key { struct
197 key_serial_t serial; /* key serial number */ argument
203 struct watch_list *watchers; /* Entities watching this key for changes */ argument
206 struct key_user *user; /* owner of this key */ argument
207 void *security; /* security data for this key */ argument
209 time64_t expiry; /* time at which key expires (or 0) */ argument
212 time64_t last_used_at; /* last time used for LRU keyring discard */ argument
215 key_perm_t perm; /* access permissions */ argument
[all …]
H A Dsiphash.h20 u64 key[2]; member
25 static inline bool siphash_key_is_zero(const siphash_key_t *key) in siphash_key_is_zero()
44 const siphash_key_t *key) in siphash_2u32()
49 const u32 d, const siphash_key_t *key) in siphash_4u32()
56 const siphash_key_t *key) in ___siphash_aligned()
82 const siphash_key_t *key) in siphash()
92 unsigned long key[2]; member
108 const hsiphash_key_t *key) in ___hsiphash_aligned()
132 const hsiphash_key_t *key) in hsiphash()
H A Djump_label_ratelimit.h10 struct static_key key; member
16 struct static_key_true key; member
22 struct static_key_false key; member
65 struct static_key key; member
68 struct static_key_true key; member
71 struct static_key_false key; member
80 static inline void static_key_slow_dec_deferred(struct static_key_deferred *key) in static_key_slow_dec_deferred()
85 static inline void static_key_deferred_flush(void *key) in static_key_deferred_flush()
90 jump_label_rate_limit(struct static_key_deferred *key, in jump_label_rate_limit()
/linux/drivers/net/wireless/silabs/wfx/
H A Dkey.c34 struct ieee80211_key_conf *key, u8 *peer_addr) in fill_wep_pair()
44 struct ieee80211_key_conf *key) in fill_wep_group()
54 struct ieee80211_key_conf *key, u8 *peer_addr) in fill_tkip_pair()
69 static u8 fill_tkip_group(struct wfx_hif_tkip_group_key *msg, struct ieee80211_key_conf *key, in fill_tkip_group()
91 struct ieee80211_key_conf *key, u8 *peer_addr) in fill_ccmp_pair()
100 struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq) in fill_ccmp_group()
111 struct ieee80211_key_conf *key, u8 *peer_addr) in fill_sms4_pair()
126 struct ieee80211_key_conf *key) in fill_sms4_group()
140 struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq) in fill_aes_cmac_group()
151 struct ieee80211_key_conf *key) in wfx_add_key()
[all …]
/linux/drivers/tty/
H A Dsysrq.c101 static void sysrq_handle_loglevel(u8 key) in sysrq_handle_loglevel()
117 static void sysrq_handle_SAK(u8 key) in sysrq_handle_SAK()
134 static void sysrq_handle_unraw(u8 key) in sysrq_handle_unraw()
149 static void sysrq_handle_crash(u8 key) in sysrq_handle_crash()
163 static void sysrq_handle_reboot(u8 key) in sysrq_handle_reboot()
178 static void sysrq_handle_sync(u8 key) in sysrq_handle_sync()
189 static void sysrq_handle_show_timers(u8 key) in sysrq_handle_show_timers()
200 static void sysrq_handle_mountro(u8 key) in sysrq_handle_mountro()
212 static void sysrq_handle_showlocks(u8 key) in sysrq_handle_showlocks()
252 static void sysrq_handle_showallcpus(u8 key) in sysrq_handle_showallcpus()
[all …]
/linux/drivers/md/dm-pcache/
H A Dcache_key.c9 void cache_key_init(struct pcache_cache_tree *cache_tree, struct pcache_cache_key *key) in cache_key_init()
19 struct pcache_cache_key *key; in cache_key_alloc() local
38 void cache_key_get(struct pcache_cache_key *key) in cache_key_get()
52 struct pcache_cache_key *key = container_of(ref, struct pcache_cache_key, ref); in cache_key_destroy() local
58 void cache_key_put(struct pcache_cache_key *key) in cache_key_put()
73 struct pcache_cache_key *key) in cache_key_encode()
90 struct pcache_cache_key *key) in cache_key_decode()
195 int cache_key_append(struct pcache_cache *cache, struct pcache_cache_key *key, bool force_close) in cache_key_append()
240 struct pcache_cache_key *key_tmp, *key; in cache_subtree_walk() local
360 …ode *cache_subtree_search(struct pcache_cache_subtree *cache_subtree, struct pcache_cache_key *key, in cache_subtree_search()
[all …]
H A Dcache_req.c36 static int cache_data_alloc(struct pcache_cache *cache, struct pcache_cache_key *key) in cache_data_alloc()
90 static int cache_copy_from_req_bio(struct pcache_cache *cache, struct pcache_cache_key *key, in cache_copy_from_req_bio()
141 struct pcache_cache_key *key; in miss_read_end_req() local
205 struct pcache_cache_key *key; in submit_cache_miss_req() local
216 struct pcache_cache_key *key; in cache_miss_req_free() local
234 struct pcache_cache_key *key = NULL; in cache_miss_req_alloc() local
264 struct pcache_cache_key *key; in cache_miss_req_init() local
327 static int read_before(struct pcache_cache_key *key, struct pcache_cache_key *key_tmp, in read_before()
358 static int read_overlap_tail(struct pcache_cache_key *key, struct pcache_cache_key *key_tmp, in read_overlap_tail()
419 static int read_overlap_contain(struct pcache_cache_key *key, struct pcache_cache_key *key_tmp, in read_overlap_contain()
[all …]
/linux/net/mac802154/
H A Dllsec.c45 struct ieee802154_llsec_key_entry *key, *kn; in mac802154_llsec_destroy() local
117 struct mac802154_llsec_key *key; in llsec_key_alloc() local
164 struct mac802154_llsec_key *key; in llsec_key_release() local
177 llsec_key_get(struct mac802154_llsec_key *key) in llsec_key_get()
183 static void llsec_key_put(struct mac802154_llsec_key *key) in llsec_key_put()
214 const struct ieee802154_llsec_key *key) in mac802154_llsec_key_add()
281 const struct ieee802154_llsec_key_id *key) in mac802154_llsec_key_del()
317 u32 key = llsec_dev_hash_short(short_addr, pan_id); in llsec_dev_find_short() local
332 u64 key = llsec_dev_hash_long(hwaddr); in llsec_dev_find_long() local
414 const struct ieee802154_llsec_key_id *key) in llsec_devkey_find()
[all …]
/linux/crypto/
H A Drsa_helper.c19 struct rsa_key *key = context; in rsa_get_n() local
49 struct rsa_key *key = context; in rsa_get_e() local
64 struct rsa_key *key = context; in rsa_get_d() local
79 struct rsa_key *key = context; in rsa_get_p() local
94 struct rsa_key *key = context; in rsa_get_q() local
109 struct rsa_key *key = context; in rsa_get_dp() local
124 struct rsa_key *key = context; in rsa_get_dq() local
139 struct rsa_key *key = context; in rsa_get_qinv() local
162 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_pub_key()
181 int rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_priv_key()
/linux/security/keys/
H A Dkey.c38 void __key_check(const struct key *key) in __key_check() argument
133 key_alloc_serial(struct key * key) key_alloc_serial() argument
230 struct key *key; key_alloc() local
374 key_payload_reserve(struct key * key,size_t datalen) key_payload_reserve() argument
412 mark_key_instantiated(struct key * key,int reject_error) mark_key_instantiated() argument
427 __key_instantiate_and_link(struct key * key,struct key_preparsed_payload * prep,struct key * keyring,struct key * authkey,struct assoc_array_edit ** _edit) __key_instantiate_and_link() argument
499 key_instantiate_and_link(struct key * key,const void * data,size_t datalen,struct key * keyring,struct key * authkey) key_instantiate_and_link() argument
575 key_reject_and_link(struct key * key,unsigned timeout,unsigned error,struct key * keyring,struct key * authkey) key_reject_and_link() argument
647 key_put(struct key * key) key_put() argument
676 struct key *key; key_lookup() local
736 key_set_timeout(struct key * key,unsigned timeout) key_set_timeout() argument
768 struct key *key = key_ref_to_ptr(key_ref); __key_update() local
821 struct key *keyring, *key = NULL; __key_create_or_update() local
1079 struct key *key = key_ref_to_ptr(key_ref); key_update() local
1131 key_revoke(struct key * key) key_revoke() argument
1167 key_invalidate(struct key * key) key_invalidate() argument
1194 generic_key_instantiate(struct key * key,struct key_preparsed_payload * prep) generic_key_instantiate() argument
[all...]
H A Drequest_key.c25 struct key *key = current->cached_requested_key; in check_cached_key() local
36 cache_requested_key(struct key * key) cache_requested_key() argument
62 struct key *key = rka->target_key; complete_request_key() local
124 struct key *key = rka->target_key, *keyring, *session, *user_session; call_sbin_request_key() local
226 construct_key(struct key * key,const void * callout_info,size_t callout_len,void * aux,struct key * dest_keyring) construct_key() argument
376 struct key *key; construct_alloc_key() local
497 struct key *key; construct_key_and_link() local
596 struct key *key; request_key_and_link() local
676 wait_for_key_construction(struct key * key,bool intr) wait_for_key_construction() argument
711 struct key *key; request_key_tag() local
753 struct key *key; request_key_with_auxdata() local
798 struct key *key; request_key_rcu() local
[all...]
/linux/include/crypto/internal/
H A Ddes.h26 static inline int crypto_des_verify_key(struct crypto_tfm *tfm, const u8 *key) in crypto_des_verify_key()
55 static inline int des3_ede_verify_key(const u8 *key, unsigned int key_len, in des3_ede_verify_key()
92 const u8 *key) in crypto_des3_ede_verify_key()
100 const u8 *key) in verify_skcipher_des_key()
106 const u8 *key) in verify_skcipher_des3_key()
111 static inline int verify_aead_des_key(struct crypto_aead *tfm, const u8 *key, in verify_aead_des_key()
119 static inline int verify_aead_des3_key(struct crypto_aead *tfm, const u8 *key, in verify_aead_des3_key()
/linux/net/ceph/
H A Dcrypto.c20 static int set_aes_tfm(struct ceph_crypto_key *key) in set_aes_tfm()
41 static int set_krb5_tfms(struct ceph_crypto_key *key, const u32 *key_usages, in set_krb5_tfms()
78 int ceph_crypto_key_prepare(struct ceph_crypto_key *key, in ceph_crypto_key_prepare()
114 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end) in ceph_crypto_key_decode()
139 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey) in ceph_crypto_key_unarmor()
166 void ceph_crypto_key_destroy(struct ceph_crypto_key *key) in ceph_crypto_key_destroy()
264 static int ceph_aes_crypt(const struct ceph_crypto_key *key, bool encrypt, in ceph_aes_crypt()
328 static int ceph_krb5_encrypt(const struct ceph_crypto_key *key, int usage_slot, in ceph_krb5_encrypt()
358 static int ceph_krb5_decrypt(const struct ceph_crypto_key *key, int usage_slot, in ceph_krb5_decrypt()
389 int ceph_crypt(const struct ceph_crypto_key *key, int usage_slot, bool encrypt, in ceph_crypt()
[all …]
/linux/fs/btrfs/
H A Dtree-checker.c86 struct btrfs_key key; in file_extent_err() local
121 struct btrfs_key *key, in file_extent_end() argument
147 struct btrfs_key key; dir_item_err() local
176 check_prev_ino(struct extent_buffer * leaf,struct btrfs_key * key,int slot,struct btrfs_key * prev_key) check_prev_ino() argument
208 check_extent_data_item(struct extent_buffer * leaf,struct btrfs_key * key,int slot,struct btrfs_key * prev_key) check_extent_data_item() argument
365 check_csum_item(struct extent_buffer * leaf,struct btrfs_key * key,int slot,struct btrfs_key * prev_key) check_csum_item() argument
411 check_inode_key(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_inode_key() argument
463 check_root_key(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_root_key() argument
522 check_dir_item(struct extent_buffer * leaf,struct btrfs_key * key,struct btrfs_key * prev_key,int slot) check_dir_item() argument
663 struct btrfs_key key; block_group_err() local
683 check_block_group_item(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_block_group_item() argument
1078 check_leaf_chunk_item(struct extent_buffer * leaf,struct btrfs_chunk * chunk,struct btrfs_key * key,int slot) check_leaf_chunk_item() argument
1115 struct btrfs_key key; dev_item_err() local
1135 check_dev_item(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_dev_item() argument
1182 check_inode_item(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_inode_item() argument
1270 check_root_item(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_root_item() argument
1379 struct btrfs_key key; extent_err() local
1420 check_extent_item(struct extent_buffer * leaf,struct btrfs_key * key,int slot,struct btrfs_key * prev_key) check_extent_item() argument
1732 check_simple_keyed_refs(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_simple_keyed_refs() argument
1773 check_extent_data_ref(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_extent_data_ref() argument
1836 check_inode_ref(struct extent_buffer * leaf,struct btrfs_key * key,struct btrfs_key * prev_key,int slot) check_inode_ref() argument
1886 check_inode_extref(struct extent_buffer * leaf,struct btrfs_key * key,struct btrfs_key * prev_key,int slot) check_inode_extref() argument
1919 check_raid_stripe_extent(const struct extent_buffer * leaf,const struct btrfs_key * key,int slot) check_raid_stripe_extent() argument
1938 check_remap_key(const struct extent_buffer * leaf,const struct btrfs_key * key,int slot) check_remap_key() argument
2003 check_dev_extent_item(const struct extent_buffer * leaf,const struct btrfs_key * key,int slot,struct btrfs_key * prev_key) check_dev_extent_item() argument
2068 check_free_space_info(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_free_space_info() argument
2115 check_free_space_extent(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_free_space_extent() argument
2142 check_free_space_bitmap(struct extent_buffer * leaf,struct btrfs_key * key,int slot) check_free_space_bitmap() argument
2185 check_leaf_item(struct extent_buffer * leaf,struct btrfs_key * key,int slot,struct btrfs_key * prev_key) check_leaf_item() argument
2270 struct btrfs_key key; __btrfs_check_leaf() local
2430 struct btrfs_key key, next_key; __btrfs_check_node() local
[all...]
/linux/net/openvswitch/
H A Dactions.c52 struct sw_flow_key *key = NULL; clone_key() local
91 add_deferred_actions(struct sk_buff * skb,const struct sw_flow_key * key,const struct nlattr * actions,const int actions_len) add_deferred_actions() argument
109 invalidate_flow_key(struct sw_flow_key * key) invalidate_flow_key() argument
114 is_flow_key_valid(const struct sw_flow_key * key) is_flow_key_valid() argument
129 push_mpls(struct sk_buff * skb,struct sw_flow_key * key,__be32 mpls_lse,__be16 mpls_ethertype,__u16 mac_len) push_mpls() argument
145 pop_mpls(struct sk_buff * skb,struct sw_flow_key * key,const __be16 ethertype) pop_mpls() argument
182 pop_vlan(struct sk_buff * skb,struct sw_flow_key * key) pop_vlan() argument
196 push_vlan(struct sk_buff * skb,struct sw_flow_key * key,const struct ovs_action_push_vlan * vlan) push_vlan() argument
226 set_eth_addr(struct sk_buff * skb,struct sw_flow_key * flow_key,const struct ovs_key_ethernet * key,const struct ovs_key_ethernet * mask) set_eth_addr() argument
252 pop_eth(struct sk_buff * skb,struct sw_flow_key * key) pop_eth() argument
266 push_eth(struct sk_buff * skb,struct sw_flow_key * key,const struct ovs_action_push_eth * ethh) push_eth() argument
283 push_nsh(struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * a) push_nsh() argument
304 pop_nsh(struct sk_buff * skb,struct sw_flow_key * key) pop_nsh() argument
454 set_ipv4(struct sk_buff * skb,struct sw_flow_key * flow_key,const struct ovs_key_ipv4 * key,const struct ovs_key_ipv4 * mask) set_ipv4() argument
506 set_ipv6(struct sk_buff * skb,struct sw_flow_key * flow_key,const struct ovs_key_ipv6 * key,const struct ovs_key_ipv6 * mask) set_ipv6() argument
585 set_udp(struct sk_buff * skb,struct sw_flow_key * flow_key,const struct ovs_key_udp * key,const struct ovs_key_udp * mask) set_udp() argument
628 set_tcp(struct sk_buff * skb,struct sw_flow_key * flow_key,const struct ovs_key_tcp * key,const struct ovs_key_tcp * mask) set_tcp() argument
657 set_sctp(struct sk_buff * skb,struct sw_flow_key * flow_key,const struct ovs_key_sctp * key,const struct ovs_key_sctp * mask) set_sctp() argument
766 ovs_fragment(struct net * net,struct vport * vport,struct sk_buff * skb,u16 mru,struct sw_flow_key * key) ovs_fragment() argument
829 do_output(struct datapath * dp,struct sk_buff * skb,int out_port,struct sw_flow_key * key) do_output() argument
862 output_userspace(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * attr,const struct nlattr * actions,int actions_len,uint32_t cutlen) output_userspace() argument
922 dec_ttl_exception_handler(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * attr) dec_ttl_exception_handler() argument
941 sample(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * attr,bool last) sample() argument
982 clone(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * attr,bool last) clone() argument
999 execute_hash(struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * attr) execute_hash() argument
1115 execute_recirc(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * a,bool last) execute_recirc() argument
1134 execute_check_pkt_len(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * attr,bool last) execute_check_pkt_len() argument
1172 execute_dec_ttl(struct sk_buff * skb,struct sw_flow_key * key) execute_dec_ttl() argument
1251 do_execute_actions(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * attr,int len) do_execute_actions() argument
1480 clone_execute(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,u32 recirc_id,const struct nlattr * actions,int len,bool last,bool clone_flow_key) clone_execute() argument
1557 struct sw_flow_key *key = &da->pkt_key; process_deferred_actions() local
1574 ovs_execute_actions(struct datapath * dp,struct sk_buff * skb,const struct sw_flow_actions * acts,struct sw_flow_key * key) ovs_execute_actions() argument
[all...]
/linux/tools/perf/util/kvm-stat-arch/
H A Dkvm-stat-x86.c28 struct event_key *key) in mmio_event_get_key() argument
39 mmio_event_begin(struct evsel * evsel,struct perf_sample * sample,struct event_key * key) mmio_event_begin() argument
56 mmio_event_end(struct evsel * evsel,struct perf_sample * sample,struct event_key * key) mmio_event_end() argument
73 mmio_event_decode_key(struct perf_kvm_stat * kvm __maybe_unused,struct event_key * key,char * decode) mmio_event_decode_key() argument
91 ioport_event_get_key(struct evsel * evsel,struct perf_sample * sample,struct event_key * key) ioport_event_get_key() argument
99 ioport_event_begin(struct evsel * evsel,struct perf_sample * sample,struct event_key * key) ioport_event_begin() argument
117 ioport_event_decode_key(struct perf_kvm_stat * kvm __maybe_unused,struct event_key * key,char * decode) ioport_event_decode_key() argument
135 msr_event_get_key(struct evsel * evsel,struct perf_sample * sample,struct event_key * key) msr_event_get_key() argument
143 msr_event_begin(struct evsel * evsel,struct perf_sample * sample,struct event_key * key) msr_event_begin() argument
161 msr_event_decode_key(struct perf_kvm_stat * kvm __maybe_unused,struct event_key * key,char * decode) msr_event_decode_key() argument
[all...]
/linux/drivers/nvdimm/
H A Dsecurity.c27 static void *key_data(struct key *key) in key_data()
36 static void nvdimm_put_key(struct key *key) in nvdimm_put_key()
52 struct key *key = NULL; in nvdimm_request_key() local
81 struct key **key) in nvdimm_get_key_payload()
94 struct key *key; in nvdimm_lookup_user_key() local
121 key_serial_t id, int subclass, struct key **key) in nvdimm_get_user_key_payload()
141 struct key *key; in nvdimm_key_revalidate() local
169 struct key *key; in __nvdimm_security_unlock() local
250 struct key *key; in security_disable() local
299 struct key *key, *newkey; in security_update() local
[all …]
/linux/security/selinux/ss/
H A Dpolicydb.c189 perm_destroy(void * key,void * datum,void * p) perm_destroy() argument
196 common_destroy(void * key,void * datum,void * p) common_destroy() argument
223 cls_destroy(void * key,void * datum,void * p) cls_destroy() argument
265 role_destroy(void * key,void * datum,void * p) role_destroy() argument
279 type_destroy(void * key,void * datum,void * p) type_destroy() argument
286 user_destroy(void * key,void * datum,void * p) user_destroy() argument
302 sens_destroy(void * key,void * datum,void * p) sens_destroy() argument
315 cat_destroy(void * key,void * datum,void * p) cat_destroy() argument
335 filenametr_destroy(void * key,void * datum,void * p) filenametr_destroy() argument
352 range_tr_destroy(void * key,void * datum,void * p) range_tr_destroy() argument
364 role_tr_destroy(void * key,void * datum,void * p) role_tr_destroy() argument
389 char *key = NULL; roles_init() local
449 policydb_filenametr_search(struct policydb * p,struct filename_trans_key * key) policydb_filenametr_search() argument
456 const struct range_trans *key = k; rangetr_hash() local
486 policydb_rangetr_search(struct policydb * p,struct range_trans * key) policydb_rangetr_search() argument
493 const struct role_trans_key *key = k; role_trans_hash() local
521 policydb_roletr_search(struct policydb * p,struct role_trans_key * key) policydb_roletr_search() argument
552 common_index(void * key,void * datum,void * datap) common_index() argument
567 class_index(void * key,void * datum,void * datap) class_index() argument
582 role_index(void * key,void * datum,void * datap) role_index() argument
598 type_index(void * key,void * datum,void * datap) type_index() argument
617 user_index(void * key,void * datum,void * datap) user_index() argument
633 sens_index(void * key,void * datum,void * datap) sens_index() argument
652 cat_index(void * key,void * datum,void * datap) cat_index() argument
1127 char *key = NULL; perm_read() local
1160 char *key = NULL; common_read() local
1323 char *key = NULL; class_read() local
1420 char *key = NULL; role_read() local
1477 char *key = NULL; type_read() local
1551 char *key = NULL; user_read() local
1602 char *key = NULL; sens_read() local
1638 char *key = NULL; cat_read() local
1683 user_bounds_sanity_check(void * key,void * datum,void * datap) user_bounds_sanity_check() argument
1720 role_bounds_sanity_check(void * key,void * datum,void * datap) role_bounds_sanity_check() argument
1757 type_bounds_sanity_check(void * key,void * datum,void * datap) type_bounds_sanity_check() argument
1920 struct filename_trans_key key, *ft = NULL; filename_trans_read_helper_compat() local
2825 char *key = vkey; sens_write() local
2853 char *key = vkey; cat_write() local
2876 role_trans_write_one(void * key,void * datum,void * ptr) role_trans_write_one() argument
2971 char *key = vkey; perm_write() local
2993 char *key = vkey; common_write() local
3088 char *key = vkey; class_write() local
3173 char *key = vkey; role_write() local
3212 char *key = vkey; type_write() local
3253 char *key = vkey; user_write() local
3495 range_write_helper(void * key,void * data,void * ptr) range_write_helper() argument
3545 filename_write_helper_compat(void * key,void * data,void * ptr) filename_write_helper_compat() argument
3583 filename_write_helper(void * key,void * data,void * ptr) filename_write_helper() argument
[all...]

12345678910>>...58