Searched refs:cpu_to_tun16 (Results 1 – 1 of 1) sorted by relevance
268 static inline __virtio16 cpu_to_tun16(struct tun_struct *tun, u16 val) in cpu_to_tun16() function1121 …gso.hdr_len = cpu_to_tun16(tun, tun16_to_cpu(tun, gso.csum_start) + tun16_to_cpu(tun, gso.csum_off… in tun_get_user()1331 gso.hdr_len = cpu_to_tun16(tun, skb_headlen(skb)); in tun_put_user()1332 gso.gso_size = cpu_to_tun16(tun, sinfo->gso_size); in tun_put_user()1358 gso.csum_start = cpu_to_tun16(tun, skb_checksum_start_offset(skb) + in tun_put_user()1360 gso.csum_offset = cpu_to_tun16(tun, skb->csum_offset); in tun_put_user()