Lines Matching defs:iph
252 struct iphdr *iph;
263 iph = ip_hdr(skb);
265 iph->version = IPVERSION;
266 iph->ihl = sizeof(struct iphdr) >> 2;
267 iph->frag_off = df;
268 iph->protocol = proto;
269 iph->tos = tos;
270 iph->daddr = daddr;
271 iph->saddr = saddr;
272 iph->ttl = ttl;
273 __ip_select_ident(dev_net(dst->dev), iph,
275 iph->tot_len = htons(skb->len);
276 ip_send_check(iph);