Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 20 of 20) sorted by relevance

/include/trace/events/
Dbcache.h225 TP_PROTO(struct bio *bio, u32 keys),
226 TP_ARGS(bio, keys),
240 __entry->nr_keys = keys;
269 __field(unsigned, keys )
275 __entry->keys = b->keys.set[b->keys.nsets].data->keys;
279 __entry->bucket, __entry->block, __entry->keys)
366 TP_PROTO(struct btree *b, unsigned keys),
367 TP_ARGS(b, keys),
371 __field(unsigned, keys )
376 __entry->keys = keys;
[all …]
/include/net/
Dflow_dissector.h443 static inline bool flow_keys_have_l4(const struct flow_keys *keys) in flow_keys_have_l4() argument
445 return (keys->ports.ports || keys->tags.flow_label); in flow_keys_have_l4()
448 u32 flow_hash_from_keys(struct flow_keys *keys);
449 u32 flow_hash_from_keys_seed(struct flow_keys *keys,
Dip_fib.h542 struct flow_keys *keys) in fib_multipath_hash_from_keys() argument
550 return flow_hash_from_keys_seed(keys, &hash_key); in fib_multipath_hash_from_keys()
554 struct flow_keys *keys) in fib_multipath_hash_from_keys() argument
556 return flow_hash_from_keys(keys); in fib_multipath_hash_from_keys()
Dmctp.h81 struct hlist_head keys; member
Dcfg802154.h426 struct list_head keys; member
450 struct list_head keys; member
Dflow.h193 __u32 __get_hash_from_flowi6(const struct flowi6 *fl6, struct flow_keys *keys);
Dcfg80211.h6385 struct cfg80211_cached_keys *keys; member
/include/linux/
Dvirtio_net.h118 struct flow_keys_basic keys; in virtio_net_hdr_to_skb() local
131 if (!skb_flow_dissect_flow_keys_basic(NULL, skb, &keys, in virtio_net_hdr_to_skb()
143 p_off = keys.control.thoff + thlen; in virtio_net_hdr_to_skb()
145 keys.basic.ip_proto != ip_proto) in virtio_net_hdr_to_skb()
148 skb_set_transport_header(skb, keys.control.thoff); in virtio_net_hdr_to_skb()
Dpr.h10 u64 keys[]; member
Dkey.h266 struct assoc_array keys; member
Dskbuff.h1529 const struct flow_keys_basic *keys, int hlen);
1624 struct flow_keys keys; in skb_get_hash_flowi6() local
1625 __u32 hash = __get_hash_from_flowi6(fl6, &keys); in skb_get_hash_flowi6()
1627 __skb_set_sw_hash(skb, hash, flow_keys_have_l4(&keys)); in skb_get_hash_flowi6()
3094 struct flow_keys_basic keys; in skb_probe_transport_header() local
3099 if (skb_flow_dissect_flow_keys_basic(NULL, skb, &keys, in skb_probe_transport_header()
3101 skb_set_transport_header(skb, keys.control.thoff); in skb_probe_transport_header()
/include/net/netns/
Dmctp.h27 struct hlist_head keys; member
/include/crypto/
Dauthenc.h29 int crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key,
/include/uapi/linux/tc_act/
Dtc_pedit.h65 struct tc_pedit_key keys[] __counted_by(nkeys);
/include/net/sctp/
Dauth.h72 void sctp_auth_destroy_keys(struct list_head *keys);
/include/linux/mfd/
Dadp5520.h277 struct adp5520_keys_platform_data *keys; member
/include/net/bluetooth/
Dmgmt.h196 struct mgmt_link_key_info keys[]; member
219 struct mgmt_ltk_info keys[]; member
688 struct mgmt_blocked_key_info keys[]; member
/include/uapi/linux/
Dpkt_cls.h262 struct tc_u32_key keys[]; member
Dbpf.h1530 __aligned_u64 keys; member
/include/soc/mscc/
Docelot_vcap.h59 const struct vcap_field *keys; member