Searched refs:tiph (Results 1 – 3 of 3) sorted by relevance
395 struct iphdr *tiph = &tunnel->parms.iph; in ipip_tunnel_xmit() local397 __be16 df = tiph->frag_off; in ipip_tunnel_xmit()403 __be32 dst = tiph->daddr; in ipip_tunnel_xmit()431 .saddr = tiph->saddr, in ipip_tunnel_xmit()447 if (tiph->frag_off) in ipip_tunnel_xmit()520 if ((iph->ttl = tiph->ttl) == 0) in ipip_tunnel_xmit()
612 struct iphdr *tiph; in ipgre_tunnel_xmit() local633 tiph = (struct iphdr *)skb->data; in ipgre_tunnel_xmit()636 tiph = &tunnel->parms.iph; in ipgre_tunnel_xmit()639 if ((dst = tiph->daddr) == 0) { in ipgre_tunnel_xmit()679 tos = tiph->tos; in ipgre_tunnel_xmit()690 .saddr = tiph->saddr, in ipgre_tunnel_xmit()706 df = tiph->frag_off; in ipgre_tunnel_xmit()796 if ((iph->ttl = tiph->ttl) == 0) { in ipgre_tunnel_xmit()
542 struct iphdr *tiph = &tunnel->parms.iph; in ipip6_tunnel_xmit() local549 __be32 dst = tiph->daddr; in ipip6_tunnel_xmit()617 .saddr = tiph->saddr, in ipip6_tunnel_xmit()639 if (tiph->frag_off) in ipip6_tunnel_xmit()715 if ((iph->ttl = tiph->ttl) == 0) in ipip6_tunnel_xmit()