Home
last modified time | relevance | path

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

/linux/drivers/net/vxlan/
H A Dvxlan_core.c2349 const struct iphdr *old_iph; in vxlan_xmit_one() local
2373 old_iph = ip_hdr(skb); in vxlan_xmit_one()
2408 ttl = ip_tunnel_get_ttl(old_iph, skb); in vxlan_xmit_one()
2416 tos = ip_tunnel_get_dsfield(old_iph, skb); in vxlan_xmit_one()
2430 key.label = ip_tunnel_get_flowlabel(old_iph, skb); in vxlan_xmit_one()
2505 old_iph->frag_off & htons(IP_DF))) in vxlan_xmit_one()
/linux/net/ipv4/
H A Dipmr.c1839 const struct iphdr *old_iph = ip_hdr(skb); in ip_encap() local
1847 iph->tos = old_iph->tos; in ip_encap()
1848 iph->ttl = old_iph->ttl; in ip_encap()