Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dipip.c218 const struct iphdr *tiph = &tunnel->parms.iph; in ipip_tunnel_xmit() local
229 ip_tunnel_xmit(skb, dev, tiph, tiph->protocol); in ipip_tunnel_xmit()
/linux-4.4.14/net/ipv6/
Dsit.c810 const struct iphdr *tiph = &tunnel->parms.iph; in ipip6_tunnel_xmit() local
813 __be16 df = tiph->frag_off; in ipip6_tunnel_xmit()
817 __be32 dst = tiph->daddr; in ipip6_tunnel_xmit()
894 dst, tiph->saddr, in ipip6_tunnel_xmit()
974 ttl = tiph->ttl; in ipip6_tunnel_xmit()
1004 const struct iphdr *tiph = &tunnel->parms.iph; in ipip_tunnel_xmit() local
1012 ip_tunnel_xmit(skb, dev, tiph, IPPROTO_IPIP); in ipip_tunnel_xmit()