Searched refs:hash_hdr (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | virtio_net.h | 447 vhdr->hash_hdr.hash_value_lo = 0; in virtio_net_hdr_tnl_from_skb() 448 vhdr->hash_hdr.hash_value_hi = 0; in virtio_net_hdr_tnl_from_skb() 449 vhdr->hash_hdr.hash_report = 0; in virtio_net_hdr_tnl_from_skb() 450 vhdr->hash_hdr.padding = 0; in virtio_net_hdr_tnl_from_skb()
|
| /linux/security/integrity/ima/ |
| H A D | ima_template_lib.c | 348 struct ima_digest_data *hash_hdr = container_of(&hash.hdr, in ima_eventdigest_init() local 369 result = ima_calc_boot_aggregate(hash_hdr); in ima_eventdigest_init() 379 cur_digest = hash_hdr->digest; in ima_eventdigest_init() 390 result = ima_calc_file_hash(event_data->file, hash_hdr); in ima_eventdigest_init() 397 cur_digest = hash_hdr->digest; in ima_eventdigest_init()
|
| H A D | ima_api.c | 251 struct ima_digest_data *hash_hdr = container_of(&hash.hdr, in ima_collect_measurement() local 298 result = ima_calc_buffer_hash(buf, size, hash_hdr); in ima_collect_measurement() 300 result = ima_calc_file_hash(file, hash_hdr); in ima_collect_measurement()
|
| H A D | ima_main.c | 1077 struct ima_digest_data *hash_hdr = container_of(&hash.hdr, in process_buffer_measurement() 1117 iint.ima_hash = hash_hdr; in process_buffer_measurement() 1128 memcpy(digest_hash, hash_hdr->digest, digest_hash_len); in process_buffer_measurement() 1056 struct ima_digest_data *hash_hdr = container_of(&hash.hdr, process_buffer_measurement() local
|
| /linux/drivers/net/ |
| H A D | tun_vnet.h | 248 struct virtio_net_hdr_v1 *hdr = &tnl_hdr->hash_hdr.hdr; in tun_vnet_hdr_tnl_from_skb()
|
| H A D | virtio_net.c | 3288 BUILD_BUG_ON(__alignof__(*hdr) != __alignof__(hdr->hash_hdr)); in xmit_skb() 3289 BUILD_BUG_ON(__alignof__(*hdr) != __alignof__(hdr->hash_hdr.hdr)); in xmit_skb() 3308 hdr->hash_hdr.hdr.num_buffers = 0; in xmit_skb()
|
| /linux/include/uapi/linux/ |
| H A D | virtio_net.h | 213 struct virtio_net_hdr_v1_hash hash_hdr; member
|
| /linux/tools/testing/selftests/net/ |
| H A D | tun.c | 954 struct virtio_net_hdr_v1 *vh = &vnet_hdr.hash_hdr.hdr; in TEST_F()
|