Home
last modified time | relevance | path

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

/net/ipv4/
Dipip.c395 struct iphdr *tiph = &tunnel->parms.iph; in ipip_tunnel_xmit() local
397 __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()
Dip_gre.c612 struct iphdr *tiph; in ipgre_tunnel_xmit() local
633 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()
/net/ipv6/
Dsit.c542 struct iphdr *tiph = &tunnel->parms.iph; in ipip6_tunnel_xmit() local
549 __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()