Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/
Dtun.c214 static inline __virtio16 cpu_to_tun16(struct tun_struct *tun, u16 val) in cpu_to_tun16() function
1067 …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()
1277 gso.hdr_len = cpu_to_tun16(tun, skb_headlen(skb)); in tun_put_user()
1278 gso.gso_size = cpu_to_tun16(tun, sinfo->gso_size); in tun_put_user()
1304 gso.csum_start = cpu_to_tun16(tun, skb_checksum_start_offset(skb) + in tun_put_user()
1306 gso.csum_offset = cpu_to_tun16(tun, skb->csum_offset); in tun_put_user()