Home
last modified time | relevance | path

Searched defs:key (Results 101 – 125 of 2503) sorted by relevance

12345678910>>...101

/openbmc/linux/net/openvswitch/
H A Dconntrack.h51 const struct sw_flow_key *key, in ovs_ct_copy_action()
64 struct sw_flow_key *key, in ovs_ct_execute()
72 struct sw_flow_key *key) in ovs_ct_clear()
78 struct sw_flow_key *key, in ovs_ct_fill_key()
H A Dconntrack.c109 static u16 key_to_nfproto(const struct sw_flow_key *key) in key_to_nfproto()
184 static void __ovs_ct_update_key_orig_tp(struct sw_flow_key *key, in __ovs_ct_update_key_orig_tp()
198 static void __ovs_ct_update_key(struct sw_flow_key *key, u8 state, in __ovs_ct_update_key()
244 struct sw_flow_key *key, bool post_ct, in ovs_ct_update_key()
284 struct sw_flow_key *key, in ovs_ct_fill_key()
344 static int ovs_ct_set_mark(struct nf_conn *ct, struct sw_flow_key *key, in ovs_ct_set_mark()
381 static int ovs_ct_init_labels(struct nf_conn *ct, struct sw_flow_key *key, in ovs_ct_init_labels()
422 static int ovs_ct_set_labels(struct nf_conn *ct, struct sw_flow_key *key, in ovs_ct_set_labels()
444 static int ovs_ct_handle_fragments(struct net *net, struct sw_flow_key *key, in ovs_ct_handle_fragments()
534 const struct sw_flow_key *key, in ovs_ct_executed()
[all …]
/openbmc/linux/scripts/kconfig/
H A Dnconf.c309 function_key key; member
394 static void handle_f1(int *key, struct menu *current_item) in handle_f1()
402 static void handle_f2(int *key, struct menu *current_item) in handle_f2()
409 static void handle_f3(int *key, struct menu *current_item) in handle_f3()
418 static void handle_f4(int *key, struct menu *current_item) in handle_f4()
434 static void handle_f5(int *key, struct menu *current_item) in handle_f5()
441 static void handle_f6(int *key, struct menu *current_item) in handle_f6()
448 static void handle_f7(int *key, struct menu *current_item) in handle_f7()
455 static void handle_f8(int *key, struct menu *current_item) in handle_f8()
462 static void handle_f9(int *key, struct menu *current_item) in handle_f9()
[all …]
/openbmc/linux/include/linux/
H A Dhashtable.h60 #define hash_add(hashtable, node, key) \ argument
69 #define hash_add_rcu(hashtable, node, key) \ argument
165 #define hash_for_each_possible(name, obj, member, key) \ argument
176 #define hash_for_each_possible_rcu(name, obj, member, key, cond...) \ argument
191 #define hash_for_each_possible_rcu_notrace(name, obj, member, key) \ argument
204 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
/openbmc/linux/net/xdp/
H A Dxskmap.c104 static int xsk_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in xsk_map_get_next_key()
141 static void *__xsk_map_lookup_elem(struct bpf_map *map, u32 key) in __xsk_map_lookup_elem()
151 static void *xsk_map_lookup_elem(struct bpf_map *map, void *key) in xsk_map_lookup_elem()
156 static void *xsk_map_lookup_elem_sys_only(struct bpf_map *map, void *key) in xsk_map_lookup_elem_sys_only()
161 static long xsk_map_update_elem(struct bpf_map *map, void *key, void *value, in xsk_map_update_elem()
222 static long xsk_map_delete_elem(struct bpf_map *map, void *key) in xsk_map_delete_elem()
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router_hw.c62 static bool prestera_nh_neigh_key_is_valid(struct prestera_nh_neigh_key *key) in prestera_nh_neigh_key_is_valid()
299 struct prestera_nh_neigh_key *key) in __prestera_nh_neigh_create()
327 struct prestera_nh_neigh_key *key) in prestera_nh_neigh_find()
338 struct prestera_nh_neigh_key *key) in prestera_nh_neigh_get()
394 struct prestera_nexthop_group_key *key) in __prestera_nexthop_group_create()
481 struct prestera_nexthop_group_key *key) in __prestera_nexthop_group_find()
492 struct prestera_nexthop_group_key *key) in prestera_nexthop_group_get()
569 prestera_fib_node_find(struct prestera_switch *sw, struct prestera_fib_key *key) in prestera_fib_node_find()
622 struct prestera_fib_key *key, in prestera_fib_node_create()
/openbmc/linux/tools/include/linux/
H A Drbtree.h267 rb_find(const void *key, const struct rb_root *tree, in rb_find()
268 int (*cmp)(const void *key, const struct rb_node *)) in rb_find()
295 rb_find_first(const void *key, const struct rb_root *tree, in rb_find_first()
296 int (*cmp)(const void *key, const struct rb_node *)) in rb_find_first()
325 rb_next_match(const void *key, struct rb_node *node, in rb_next_match()
326 int (*cmp)(const void *key, const struct rb_node *)) in rb_next_match()
341 #define rb_for_each(node, key, tree, cmp) \ argument
/openbmc/linux/net/core/
H A Dsock_map.c374 static struct sock *__sock_map_lookup_elem(struct bpf_map *map, u32 key) in __sock_map_lookup_elem()
385 static void *sock_map_lookup(struct bpf_map *map, void *key) in sock_map_lookup()
397 static void *sock_map_lookup_sys(struct bpf_map *map, void *key) in sock_map_lookup_sys()
439 static long sock_map_delete_elem(struct bpf_map *map, void *key) in sock_map_delete_elem()
452 static int sock_map_get_next_key(struct bpf_map *map, void *key, void *next) in sock_map_get_next_key()
553 int sock_map_update_elem_sys(struct bpf_map *map, void *key, void *value, in sock_map_update_elem_sys()
594 static long sock_map_update_elem(struct bpf_map *map, void *key, in sock_map_update_elem()
620 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
643 struct bpf_map *, map, u32, key, u64, flags) in BPF_CALL_4() argument
671 struct bpf_map *, map, u32, key, u64, flags) in BPF_CALL_4() argument
[all …]
/openbmc/linux/net/mac80211/
H A Ddebugfs_key.h20 static inline void ieee80211_debugfs_key_add(struct ieee80211_key *key) in ieee80211_debugfs_key_add()
22 static inline void ieee80211_debugfs_key_remove(struct ieee80211_key *key) in ieee80211_debugfs_key_remove()
39 static inline void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key, in ieee80211_debugfs_key_sta_del()
/openbmc/linux/net/mctp/
H A Droute.c76 static bool mctp_key_match(struct mctp_sk_key *key, mctp_eid_t local, in mctp_key_match()
99 struct mctp_sk_key *key, *ret; in mctp_lookup_key() local
137 struct mctp_sk_key *key; in mctp_key_alloc() local
155 void mctp_key_unref(struct mctp_sk_key *key) in mctp_key_unref()
173 static int mctp_key_add(struct mctp_sk_key *key, struct mctp_sock *msk) in mctp_key_add()
220 static void __mctp_key_done_in(struct mctp_sk_key *key, struct net *net, in __mctp_key_done_in()
254 static void mctp_skb_set_flow(struct sk_buff *skb, struct mctp_sk_key *key) in mctp_skb_set_flow()
268 struct mctp_sk_key *key; in mctp_flow_prepare_output() local
283 static void mctp_skb_set_flow(struct sk_buff *skb, struct mctp_sk_key *key) {} in mctp_skb_set_flow()
287 static int mctp_frag_queue(struct mctp_sk_key *key, struct sk_buff *skb) in mctp_frag_queue()
[all …]
/openbmc/linux/fs/btrfs/
H A Ddir-item.c65 struct btrfs_key key, location; in btrfs_insert_xattr_item() local
120 struct btrfs_key key; in btrfs_insert_dir_item() local
180 struct btrfs_key *key, const char *name, in btrfs_lookup_match_dir()
218 struct btrfs_key key; in btrfs_lookup_dir_item() local
237 struct btrfs_key key; in btrfs_check_dir_item_collision() local
314 struct btrfs_key key; in btrfs_lookup_dir_index_item() local
333 struct btrfs_key key; in btrfs_search_dir_index_item() local
362 struct btrfs_key key; in btrfs_lookup_xattr() local
/openbmc/linux/drivers/net/wireguard/
H A Dallowedips.c36 static inline u8 choose(struct allowedips_node *node, const u8 *key) in choose()
87 static u8 common_bits(const struct allowedips_node *node, const u8 *key, in common_bits()
99 static bool prefix_matches(const struct allowedips_node *node, const u8 *key, in prefix_matches()
112 const u8 *key) in find_node()
149 static bool node_placement(struct allowedips_node __rcu *trie, const u8 *key, in node_placement()
181 static int add(struct allowedips_node __rcu **trie, u8 bits, const u8 *key, in add()
285 u8 key[4] __aligned(__alignof(u32)); in wg_allowedips_insert_v4() local
296 u8 key[16] __aligned(__alignof(u64)); in wg_allowedips_insert_v6() local
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_wep.c28 u8 key[WEP_KEY_LEN + 1]; member
70 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_encrypt() local
137 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_decrypt() local
185 static int prism2_wep_set_key(void *key, int len, u8 *seq, void *priv) in prism2_wep_set_key()
199 static int prism2_wep_get_key(void *key, int len, u8 *seq, void *priv) in prism2_wep_get_key()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c23 u8 key[WEP_KEY_LEN + 1]; member
63 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_encrypt() local
132 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_decrypt() local
180 static int prism2_wep_set_key(void *key, int len, u8 *seq, void *priv) in prism2_wep_set_key()
193 static int prism2_wep_get_key(void *key, int len, u8 *seq, void *priv) in prism2_wep_get_key()
/openbmc/u-boot/fs/btrfs/
H A Dinode.c15 struct btrfs_key *key; in btrfs_lookup_inode_ref() local
89 struct btrfs_key key; in btrfs_readlink() local
143 struct btrfs_key key; in get_parent_inode() local
303 struct btrfs_key key; in btrfs_lookup_path() local
323 struct btrfs_key key; in btrfs_file_read() local
/openbmc/linux/arch/s390/lib/
H A Duaccess.c34 unsigned long size, unsigned long key) in raw_copy_from_user_key()
79 unsigned long n, unsigned long key) in _copy_from_user_key()
96 unsigned long size, unsigned long key) in raw_copy_to_user_key()
141 unsigned long n, unsigned long key) in _copy_to_user_key()
/openbmc/linux/kernel/bpf/
H A Darraymap.c166 static void *array_map_lookup_elem(struct bpf_map *map, void *key) in array_map_lookup_elem()
241 static void *percpu_array_map_lookup_elem(struct bpf_map *map, void *key) in percpu_array_map_lookup_elem()
252 static void *percpu_array_map_lookup_percpu_elem(struct bpf_map *map, void *key, u32 cpu) in percpu_array_map_lookup_percpu_elem()
266 int bpf_percpu_array_copy(struct bpf_map *map, void *key, void *value) in bpf_percpu_array_copy()
294 static int array_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in array_map_get_next_key()
313 static long array_map_update_elem(struct bpf_map *map, void *key, void *value, in array_map_update_elem()
352 int bpf_percpu_array_update(struct bpf_map *map, void *key, void *value, in bpf_percpu_array_update()
392 static long array_map_delete_elem(struct bpf_map *map, void *key) in array_map_delete_elem()
447 static void array_map_seq_show_elem(struct bpf_map *map, void *key, in array_map_seq_show_elem()
468 static void percpu_array_map_seq_show_elem(struct bpf_map *map, void *key, in percpu_array_map_seq_show_elem()
[all …]
H A Dlocal_storage.c68 void *key, bool locked) in cgroup_storage_lookup()
132 static void *cgroup_storage_lookup_elem(struct bpf_map *_map, void *key) in cgroup_storage_lookup_elem()
144 static long cgroup_storage_update_elem(struct bpf_map *map, void *key, in cgroup_storage_update_elem()
182 int bpf_percpu_cgroup_storage_copy(struct bpf_map *_map, void *key, in bpf_percpu_cgroup_storage_copy()
211 int bpf_percpu_cgroup_storage_update(struct bpf_map *_map, void *key, in bpf_percpu_cgroup_storage_update()
245 static int cgroup_storage_get_next_key(struct bpf_map *_map, void *key, in cgroup_storage_get_next_key()
351 static long cgroup_storage_delete_elem(struct bpf_map *map, void *key) in cgroup_storage_delete_elem()
414 static void cgroup_storage_seq_show_elem(struct bpf_map *map, void *key, in cgroup_storage_seq_show_elem()
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/
H A Dconfig.json8 "key": 6, number
27 "key": 7, number
46 "key": 8, number
65 "key": 9, number
84 "key": 10, number
103 "key": 11, number
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Drest.json23 "key": "model", string
30 "key": "${sensorModel}", string
35 "key": "humidity", string
58 "key": "model", string
65 "key": "temperature", string
70 "key": "humidity", string
92 "key": "Totaliser", string
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum1_mr_tcam.c30 struct mlxsw_sp_mr_route_key *key, in mlxsw_sp1_mr_tcam_route_replace()
62 struct mlxsw_sp_mr_route_key *key) in mlxsw_sp1_mr_tcam_route_remove()
92 struct mlxsw_sp_mr_route_key *key, in mlxsw_sp1_mr_tcam_route_parman_item_add()
112 struct mlxsw_sp_mr_route_key *key) in mlxsw_sp1_mr_tcam_route_parman_item_remove()
124 struct mlxsw_sp_mr_route_key *key, in mlxsw_sp1_mr_tcam_route_create()
151 struct mlxsw_sp_mr_route_key *key) in mlxsw_sp1_mr_tcam_route_destroy()
163 struct mlxsw_sp_mr_route_key *key, in mlxsw_sp1_mr_tcam_route_update()
/openbmc/linux/drivers/thunderbolt/
H A Dproperty.c74 static bool tb_property_key_valid(const char *key) in tb_property_key_valid()
80 tb_property_alloc(const char *key, enum tb_property_type type) in tb_property_alloc()
98 char key[TB_PROPERTY_KEY_SIZE + 1]; in tb_property_parse() local
581 int tb_property_add_immediate(struct tb_property_dir *parent, const char *key, in tb_property_add_immediate()
610 int tb_property_add_data(struct tb_property_dir *parent, const char *key, in tb_property_add_data()
646 int tb_property_add_text(struct tb_property_dir *parent, const char *key, in tb_property_add_text()
680 int tb_property_add_dir(struct tb_property_dir *parent, const char *key, in tb_property_add_dir()
723 const char *key, enum tb_property_type type) in tb_property_find()
/openbmc/linux/certs/
H A Dblacklist.c86 static int blacklist_key_instantiate(struct key *key, in blacklist_key_instantiate()
127 static int blacklist_key_update(struct key *key, in blacklist_key_update()
133 static void blacklist_describe(const struct key *key, struct seq_file *m) in blacklist_describe()
184 key_ref_t key; in mark_raw_hash_blacklisted() local
264 key_ref_t key; in add_key_to_revocation_list() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlocal_kptr_stash.c12 long key; member
18 long key; member
103 int key = 1; in unstash_rb_node() local
123 int key = 0; in stash_test_ref_kfunc() local
H A Dcb_refs.c18 static __noinline int cb1(void *map, void *key, void *value, void *ctx) in cb1()
40 static __always_inline int cb2(void *map, void *key, void *value, void *ctx) in cb2()
67 static __always_inline int cb(void *map, void *key, void *value, void *ctx) in cb()
72 static __always_inline int cb3(void *map, void *key, void *value, void *ctx) in cb3()

12345678910>>...101