Lines Matching defs:iph
230 struct iphdr *iph;
241 iph = ip_hdr(skb);
243 iph->version = IPVERSION;
244 iph->ihl = sizeof(struct iphdr) >> 2;
245 iph->tot_len = htons(skb->len);
246 iph->frag_off = df;
247 iph->protocol = proto;
248 iph->tos = tos;
249 iph->daddr = daddr;
250 iph->saddr = saddr;
251 iph->ttl = ttl;
252 __ip_select_ident(dev_net(dst->dev), iph,