Home
last modified time | relevance | path

Searched refs:vio_le (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/packet/
H A Daf_packet.c225 #define vio_le() virtio_legacy_is_little_endian() macro
2066 if (virtio_net_hdr_from_skb(skb, &vnet_hdr, vio_le(), true, 0)) in packet_rcv_vnet()
2335 vio_le(), true, 0)) { in tpacket_rcv()
2500 (__virtio16_to_cpu(vio_le(), vnet_hdr->csum_start) + in __packet_snd_vnet_parse()
2501 __virtio16_to_cpu(vio_le(), vnet_hdr->csum_offset) + 2 > in __packet_snd_vnet_parse()
2502 __virtio16_to_cpu(vio_le(), vnet_hdr->hdr_len))) in __packet_snd_vnet_parse()
2503 vnet_hdr->hdr_len = __cpu_to_virtio16(vio_le(), in __packet_snd_vnet_parse()
2504 __virtio16_to_cpu(vio_le(), vnet_hdr->csum_start) + in __packet_snd_vnet_parse()
2505 __virtio16_to_cpu(vio_le(), vnet_hdr->csum_offset) + 2); in __packet_snd_vnet_parse()
2507 if (__virtio16_to_cpu(vio_le(), vnet_hd in __packet_snd_vnet_parse()
[all...]
/kernel/linux/linux-6.6/net/packet/
H A Daf_packet.c230 #define vio_le() virtio_legacy_is_little_endian() macro
2103 if (virtio_net_hdr_from_skb(skb, (struct virtio_net_hdr *)&vnet_hdr, vio_le(), true, 0)) in packet_rcv_vnet()
2374 vio_le(), true, 0)) { in tpacket_rcv()
2541 (__virtio16_to_cpu(vio_le(), vnet_hdr->csum_start) + in __packet_snd_vnet_parse()
2542 __virtio16_to_cpu(vio_le(), vnet_hdr->csum_offset) + 2 > in __packet_snd_vnet_parse()
2543 __virtio16_to_cpu(vio_le(), vnet_hdr->hdr_len))) in __packet_snd_vnet_parse()
2544 vnet_hdr->hdr_len = __cpu_to_virtio16(vio_le(), in __packet_snd_vnet_parse()
2545 __virtio16_to_cpu(vio_le(), vnet_hdr->csum_start) + in __packet_snd_vnet_parse()
2546 __virtio16_to_cpu(vio_le(), vnet_hdr->csum_offset) + 2); in __packet_snd_vnet_parse()
2548 if (__virtio16_to_cpu(vio_le(), vnet_hd in __packet_snd_vnet_parse()
[all...]

Completed in 8 milliseconds