Home
last modified time | relevance | path

Searched refs:tiph (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/net/ipv4/
H A Dipip.c278 const struct iphdr *tiph = &tunnel->parms.iph; in ipip_tunnel_xmit() local
297 if (tiph->protocol != ipproto && tiph->protocol != 0) in ipip_tunnel_xmit()
308 ip_tunnel_xmit(skb, dev, tiph, ipproto); in ipip_tunnel_xmit()
/kernel/linux/linux-5.10/net/ipv4/
H A Dipip.c275 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()
/kernel/linux/linux-5.10/net/ipv6/
H A Dsit.c856 const struct iphdr *tiph = &tunnel->parms.iph; in ipip6_tunnel_xmit() local
859 __be16 df = tiph->frag_off; in ipip6_tunnel_xmit()
863 __be32 dst = tiph->daddr; in ipip6_tunnel_xmit()
937 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__()
/kernel/linux/linux-6.6/net/ipv6/
H A Dsit.c857 const struct iphdr *tiph = &tunnel->parms.iph; in ipip6_tunnel_xmit() local
860 __be16 df = tiph->frag_off; in ipip6_tunnel_xmit()
864 __be32 dst = tiph->daddr; in ipip6_tunnel_xmit()
938 0, dst, tiph->saddr, 0, 0, in ipip6_tunnel_xmit()
1022 ttl = tiph->ttl; in ipip6_tunnel_xmit()
1050 const struct iphdr *tiph = &tunnel->parms.iph; in sit_tunnel_xmit__() local
1057 ip_tunnel_xmit(skb, dev, tiph, ipproto); in sit_tunnel_xmit__()

Completed in 7 milliseconds