Searched refs:tiph (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/net/ipv4/ |
| D | ipip.c | 275 const struct iphdr *tiph = &tunnel->parms.iph; in ipip_tunnel_xmit() local 294 if (tiph->protocol != ipproto && tiph->protocol != 0) in ipip_tunnel_xmit() 305 ip_tunnel_xmit(skb, dev, tiph, ipproto); in ipip_tunnel_xmit()
|
| /Linux-v5.4/net/ipv6/ |
| D | sit.c | 820 const struct iphdr *tiph = &tunnel->parms.iph; in ipip6_tunnel_xmit() local 823 __be16 df = tiph->frag_off; in ipip6_tunnel_xmit() 827 __be32 dst = tiph->daddr; in ipip6_tunnel_xmit() 901 0, dst, tiph->saddr, 0, 0, in ipip6_tunnel_xmit() 985 ttl = tiph->ttl; in ipip6_tunnel_xmit() 1013 const struct iphdr *tiph = &tunnel->parms.iph; in sit_tunnel_xmit__() local 1020 ip_tunnel_xmit(skb, dev, tiph, ipproto); in sit_tunnel_xmit__()
|