Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/
Dtap.c86 static inline u16 tap16_to_cpu(struct tap_queue *q, __virtio16 val) in tap16_to_cpu() function
660 tap16_to_cpu(q, vnet_hdr.csum_start) + in tap_get_user()
661 tap16_to_cpu(q, vnet_hdr.csum_offset) + 2 > in tap_get_user()
662 tap16_to_cpu(q, vnet_hdr.hdr_len)) in tap_get_user()
664 tap16_to_cpu(q, vnet_hdr.csum_start) + in tap_get_user()
665 tap16_to_cpu(q, vnet_hdr.csum_offset) + 2); in tap_get_user()
667 if (tap16_to_cpu(q, vnet_hdr.hdr_len) > len) in tap_get_user()
679 tap16_to_cpu(q, vnet_hdr.hdr_len) : GOODCOPY_LEN; in tap_get_user()
693 linear = tap16_to_cpu(q, vnet_hdr.hdr_len); in tap_get_user()