Home
last modified time | relevance | path

Searched defs:key (Results 6076 - 6100 of 7611) sorted by relevance

1...<<241242243244245246247248249250>>...305

/kernel/linux/linux-5.10/fs/ubifs/
H A Dubifs-media.h517 __u8 key[UBIFS_MAX_KEY_LEN]; global() member
558 __u8 key[UBIFS_MAX_KEY_LEN]; global() member
579 __u8 key[UBIFS_MAX_KEY_LEN]; global() member
816 __u8 key[]; global() member
[all...]
H A Ddebug.c90 dbg_snprintf_key(const struct ubifs_info *c, const union ubifs_key *key, char *buffer, int len) dbg_snprintf_key() argument
228 union ubifs_key key; ubifs_dump_inode() local
297 union ubifs_key key; ubifs_dump_node() local
1127 union ubifs_key key; dbg_check_dir() local
1199 union ubifs_key key; dbg_check_key_order() local
1930 union ubifs_key key; read_add_inode() local
2165 union ubifs_key key; check_inodes() local
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/cluster/
H A Dtcp.c752 o2net_handler_tree_lookup(u32 msg_type, u32 key, struct rb_node ***ret_p, in o2net_handler_tree_lookup() argument
798 int o2net_register_handler(u32 msg_type, u32 key, u32 max_len, in o2net_register_handler() argument
740 o2net_handler_cmp(struct o2net_msg_handler *nmh, u32 msg_type, u32 key) o2net_handler_cmp() argument
858 "for type %u key %08x\\n", msg_type, key); o2net_register_handler() local
886 o2net_handler_get(u32 msg_type, u32 key) o2net_handler_get() argument
960 o2net_init_msg(struct o2net_msg *msg, u16 data_len, u16 msg_type, u32 key) o2net_init_msg() argument
1014 o2net_send_message_vec(u32 msg_type, u32 key, struct kvec *caller_vec, size_t caller_veclen, u8 target_node, int *status) o2net_send_message_vec() argument
1132 o2net_send_message(u32 msg_type, u32 key, void *data, u32 len, u8 target_node, int *status) o2net_send_message() argument
[all...]
/kernel/linux/linux-5.10/net/batman-adv/
H A Ddistributed-arp-table.c291 const unsigned char *key; in batadv_hash_dat() local
[all...]
H A Dnetwork-coding.c488 static void batadv_nc_hash_key_gen(struct batadv_nc_path *key, const char *src, in batadv_nc_hash_key_gen() argument
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dflow_dissector.c244 struct flow_dissector_key_ct *key; in skb_flow_dissect_ct() local
42 skb_flow_dissector_init(struct flow_dissector *flow_dissector, const struct flow_dissector_key *key, unsigned int key_count) skb_flow_dissector_init() argument
282 struct ip_tunnel_key *key; skb_flow_dissect_tunnel_info() local
390 struct flow_dissector_key_hash *key; skb_flow_dissect_hash() local
[all...]
/kernel/linux/linux-5.10/net/ethtool/
H A Dioctl.c2976 struct ethtool_rx_flow_key key; member
[all...]
/kernel/linux/linux-5.10/net/ieee802154/
H A Dnl802154.c1432 nl802154_send_key(struct sk_buff *msg, u32 cmd, u32 portid, u32 seq, int flags, struct cfg802154_registered_device *rdev, struct net_device *dev, const struct ieee802154_llsec_key_entry *key) nl802154_send_key() argument
1493 struct ieee802154_llsec_key_entry *key; nl802154_dump_llsec_key() local
1557 struct ieee802154_llsec_key key = { }; nl802154_add_llsec_key() local
1921 struct ieee802154_llsec_device_key key; nl802154_add_llsec_devkey() local
1955 struct ieee802154_llsec_device_key key; nl802154_del_llsec_devkey() local
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dfib_trie.c120 t_key key; member
219 static inline unsigned long get_index(t_key key, struct key_vector *kv) in get_index() argument
352 leaf_new(t_key key, struct fib_alias *fa) leaf_new() argument
375 tnode_new(t_key key, int pos, int bits) tnode_new() argument
467 put_child_root(struct key_vector *tp, t_key key, struct key_vector *n) put_child_root() argument
934 fib_find_node(struct trie *t, struct key_vector **tp, u32 key) fib_find_node() argument
1062 fib_insert_node(struct trie *t, struct key_vector *tp, struct fib_alias *new, t_key key) fib_insert_node() argument
1112 fib_insert_alias(struct trie *t, struct key_vector *tp, struct key_vector *l, struct fib_alias *new, struct fib_alias *fa, t_key key) fib_insert_alias() argument
1148 fib_valid_key_len(u32 key, u8 plen, struct netlink_ext_ack *extack) fib_valid_key_len() argument
1179 u32 key; fib_table_insert() local
1369 prefix_mismatch(t_key key, struct key_vector *n) prefix_mismatch() argument
1404 const t_key key = ntohl(flp->daddr); fib_table_lookup() local
1633 fib_notify_alias_delete(struct net *net, u32 key, struct hlist_head *fah, struct fib_alias *fa_to_delete, struct netlink_ext_ack *extack) fib_notify_alias_delete() argument
1673 u32 key; fib_table_delete() local
1734 leaf_walk_rcu(struct key_vector **tn, t_key key) leaf_walk_rcu() argument
1856 t_key key = 0; fib_trie_unmerge() local
2175 t_key key = 0; fib_table_notify() local
2322 t_key key = cb->args[3]; fib_table_dump() local
2809 t_key key; global() member
2816 t_key key; fib_route_get_idx() local
2876 t_key key = iter->key + 1; fib_route_seq_next() local
[all...]
H A Dfib_semantics.c513 void rtmsg_fib(int event, __be32 key, struct fib_alias *fa, in rtmsg_fib() argument
H A Dtcp_ipv4.c679 struct tcp_md5sig_key *key = NULL; in tcp_v4_send_reset() local
840 tcp_v4_send_ack(const struct sock *sk, struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, struct tcp_md5sig_key *key, int reply_flags, u8 tos) tcp_v4_send_ack() argument
1062 struct tcp_md5sig_key *key; __tcp_md5_do_lookup() local
1106 struct tcp_md5sig_key *key; tcp_md5_do_lookup_exact() local
1151 struct tcp_md5sig_key *key; tcp_md5_do_add() local
1211 struct tcp_md5sig_key *key; tcp_md5_do_del() local
1226 struct tcp_md5sig_key *key; tcp_clear_md5_list() local
1319 tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, __be32 daddr, __be32 saddr, const struct tcphdr *th) tcp_v4_md5_hash_hdr() argument
1350 tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, const struct sock *sk, const struct sk_buff *skb) tcp_v4_md5_hash_skb() argument
1543 struct tcp_md5sig_key *key; tcp_v4_syn_recv_sock() local
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_fib.c749 struct rt6key *key; in fib6_add_1() local
1582 struct rt6key *key; in fib6_node_lookup_1() local
1665 struct rt6key *key; fib6_locate_1() local
[all...]
H A Dip6_gre.c115 ip6gre_tunnel_lookup(struct net_device *dev, const struct in6_addr *remote, const struct in6_addr *local, __be32 key, __be16 gre_proto) ip6gre_tunnel_lookup() argument
327 __be32 key = parms->i_key; ip6gre_tunnel_find() local
742 const struct ip_tunnel_key *key; __gre6_xmit() local
989 const struct ip_tunnel_key *key; ip6erspan_tunnel_xmit() local
[all...]
H A Dtcp_ipv6.c693 static int tcp_v6_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_hdr() argument
1011 struct tcp_md5sig_key *key = NULL; in tcp_v6_send_reset() local
725 tcp_v6_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, const struct sock *sk, const struct sk_buff *skb) tcp_v6_md5_hash_skb() argument
885 tcp_v6_send_response(const struct sock *sk, struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, struct tcp_md5sig_key *key, int rst, u8 tclass, __be32 label, u32 priority) tcp_v6_send_response() argument
1113 tcp_v6_send_ack(const struct sock *sk, struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, struct tcp_md5sig_key *key, u8 tclass, __be32 label, u32 priority) tcp_v6_send_ack() argument
1234 struct tcp_md5sig_key *key; tcp_v6_syn_recv_sock() local
[all...]
H A Dip6_tunnel.c1333 const struct ip_tunnel_key *key; in ipxip6_tnl_xmit() local
/kernel/linux/linux-5.10/net/mac80211/
H A Ddriver-ops.h237 drv_set_key(struct ieee80211_local *local, enum set_key_cmd cmd, struct ieee80211_sub_if_data *sdata, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) drv_set_key() argument
383 drv_get_key_seq(struct ieee80211_local *local, struct ieee80211_key *key, struct ieee80211_key_seq *seq) drv_get_key_seq() argument
H A Drx.c1862 struct ieee80211_key *key = NULL; in ieee80211_rx_get_bigtk() local
2014 struct ieee80211_key *key = NULL; ieee80211_rx_h_decrypt() local
4191 struct ieee80211_key *key; ieee80211_check_fast_rx() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_sprite.c570 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_program_plane() local
937 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in vlv_sprite_ctl() local
1041 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in vlv_update_plane() local
1328 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; ivb_sprite_ctl() local
1458 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; ivb_update_plane() local
1638 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; g4x_sprite_ctl() local
1767 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; g4x_update_plane() local
2294 struct drm_intel_sprite_colorkey *key = &plane_state->ckey; intel_plane_set_ckey() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Dintel_uncore.c984 static int mmio_reg_cmp(u32 key, const i915_reg_t *reg) in mmio_reg_cmp() argument
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Ddw2102.c1722 u8 key[2]; in dw2102_rc_query() local
1743 u8 key[2]; in prof_rc_query() local
1765 u8 key[2]; su3000_rc_query() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H A Dcmd.h401 u8 key[MAX_KEY_SIZE]; global() member
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dacer-wmi.c1834 const struct key_entry *key; in acer_wmi_notify() local
/kernel/linux/linux-5.10/drivers/rpmsg/
H A Dqcom_glink_native.c1349 const char *key; in qcom_glink_match_channel() local
H A Dqcom_smd.c1000 const char *key; in qcom_smd_match_channel() local
1325 const char *key; in qcom_smd_parse_edge() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_wlan_util.c385 void write_cam(struct adapter *padapter, u8 entry, u16 ctrl, u8 *mac, u8 *key) in write_cam() argument

Completed in 54 milliseconds

1...<<241242243244245246247248249250>>...305