/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | network-coding.c | 488 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 D | flow_dissector.c | 244 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 D | ioctl.c | 2976 struct ethtool_rx_flow_key key; member [all...] |
/kernel/linux/linux-5.10/net/ieee802154/ |
H A D | nl802154.c | 1432 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 D | fib_trie.c | 120 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 D | fib_semantics.c | 513 void rtmsg_fib(int event, __be32 key, struct fib_alias *fa, in rtmsg_fib() argument
|
H A D | tcp_ipv4.c | 679 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 D | ip6_fib.c | 749 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 D | ip6_gre.c | 115 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 D | tcp_ipv6.c | 693 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 D | ip6_tunnel.c | 1333 const struct ip_tunnel_key *key; in ipxip6_tnl_xmit() local
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | driver-ops.h | 237 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 D | rx.c | 1862 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 D | intel_sprite.c | 570 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 D | intel_uncore.c | 984 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 D | dw2102.c | 1722 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 D | cmd.h | 401 u8 key[MAX_KEY_SIZE]; global() member [all...] |
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | acer-wmi.c | 1834 const struct key_entry *key; in acer_wmi_notify() local
|
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | qcom_glink_native.c | 1349 const char *key; in qcom_glink_match_channel() local
|
H A D | qcom_smd.c | 1000 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 D | rtw_wlan_util.c | 385 void write_cam(struct adapter *padapter, u8 entry, u16 ctrl, u8 *mac, u8 *key) in write_cam() argument
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.c | 616 u8 key[64]; /* the key (len bytes) */ cca_sec2protkey() member 1218 u8 key[64]; /* the key (keylen bytes) */ cca_cipher2protkey() member 1346 cca_ecc2protkey(u16 cardnr, u16 domain, const u8 *key, u8 *protkey, u32 *protkeylen, u32 *protkeytype) cca_ecc2protkey() argument 1384 u8 key[0]; /* the key (keylen bytes) */ cca_ecc2protkey() member 1851 cca_findcard(const u8 *key, u16 *pcardnr, u16 *pdomain, int verify) cca_findcard() argument [all...] |
H A D | pkey_api.c | 147 pkey_skey2pkey(const u8 *key, struct pkey_protkey *pkey) pkey_skey2pkey() argument 226 pkey_ep11key2pkey(const u8 *key, struct pkey_protkey *pkey) pkey_ep11key2pkey() argument 347 u8 key[MAXPROTKEYSIZE]; pkey_verifyprotkey() member 387 pkey_nonccatok2pkey(const u8 *key, u32 keylen, struct pkey_protkey *protkey) pkey_nonccatok2pkey() argument 485 pkey_ccainttok2pkey(const u8 *key, u32 keylen, struct pkey_protkey *protkey) pkey_ccainttok2pkey() argument 511 pkey_keyblob2pkey(const u8 *key, u32 keylen, struct pkey_protkey *protkey) pkey_keyblob2pkey() argument 649 pkey_verifykey2(const u8 *key, size_t keylen, u16 *cardnr, u16 *domain, enum pkey_key_type *ktype, enum pkey_key_size *ksize, u32 *flags) pkey_verifykey2() argument 759 pkey_keyblob2pkey2(const struct pkey_apqn *apqns, size_t nr_apqns, const u8 *key, size_t keylen, struct pkey_protkey *pkey) pkey_keyblob2pkey2() argument 831 pkey_apqns4key(const u8 *key, size_t keylen, u32 flags, struct pkey_apqn *apqns, size_t *nr_apqns) pkey_apqns4key() argument 1000 pkey_keyblob2pkey3(const struct pkey_apqn *apqns, size_t nr_apqns, const u8 *key, size_t keylen, u32 *protkeytype, u8 *protkey, u32 *protkeylen) pkey_keyblob2pkey3() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/fwserial/ |
H A D | fwserial.c | 1999 int key, val; in fwserial_add_peer() local
|
/kernel/linux/linux-5.10/drivers/staging/ks7010/ |
H A D | ks_hostif.c | 197 michael_mic(u8 *key, u8 *data, unsigned int len, u8 priority, u8 *result) in michael_mic() argument 346 struct wpa_key *key = &priv->wpa.key[key_index]; in hostif_data_indication_wpa() local [all...] |