Lines Matching refs:iph
54 struct iphdr *iph; in iptunnel_xmit() local
67 iph = ip_hdr(skb); in iptunnel_xmit()
69 iph->version = 4; in iptunnel_xmit()
70 iph->ihl = sizeof(struct iphdr) >> 2; in iptunnel_xmit()
71 iph->frag_off = df; in iptunnel_xmit()
72 iph->protocol = proto; in iptunnel_xmit()
73 iph->tos = tos; in iptunnel_xmit()
74 iph->daddr = dst; in iptunnel_xmit()
75 iph->saddr = src; in iptunnel_xmit()
76 iph->ttl = ttl; in iptunnel_xmit()
77 __ip_select_ident(dev_net(rt->dst.dev), iph, in iptunnel_xmit()