Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dipip.c286 const struct iphdr *tiph = &tunnel->parms.iph; in ipip_tunnel_xmit() local
305 if (tiph->protocol != ipproto && tiph->protocol != 0) in ipip_tunnel_xmit()
316 ip_tunnel_xmit(skb, dev, tiph, ipproto); in ipip_tunnel_xmit()
360 const struct iphdr *tiph = &tunnel->parms.iph; in ipip_fill_forward_path() local
372 rt = ip_route_output(dev_net(ctx->dev), tiph->daddr, tiph->saddr, in ipip_fill_forward_path()
373 inet_dsfield_to_dscp(tiph->tos), in ipip_fill_forward_path()
379 path->tun.src_v4.s_addr = tiph->saddr; in ipip_fill_forward_path()
380 path->tun.dst_v4.s_addr = tiph->daddr; in ipip_fill_forward_path()
/linux/net/ipv6/
H A Dsit.c904 const struct iphdr *tiph = &tunnel->parms.iph; in ipip6_tunnel_xmit() local
907 __be16 df = tiph->frag_off; in ipip6_tunnel_xmit()
911 __be32 dst = tiph->daddr; in ipip6_tunnel_xmit()
934 IPPROTO_IPV6, 0, dst, tiph->saddr, 0, 0, in ipip6_tunnel_xmit()
1021 ttl = tiph->ttl; in ipip6_tunnel_xmit()
1049 const struct iphdr *tiph = &tunnel->parms.iph; in sit_tunnel_xmit__() local
1056 ip_tunnel_xmit(skb, dev, tiph, ipproto); in sit_tunnel_xmit__()