Lines Matching refs:iphdr
50 memcpy(iph + sizeof(struct iphdr), opt->__data, opt->optlen);
108 dopt->rr = dopt->optlen + sizeof(struct iphdr);
122 dopt->ts = dopt->optlen + sizeof(struct iphdr);
183 dopt->srr = dopt->optlen + sizeof(struct iphdr);
190 dopt->cipso = dopt->optlen+sizeof(struct iphdr);
210 unsigned char *optptr = skb_network_header(skb) + sizeof(struct iphdr);
270 iph = optptr - sizeof(struct iphdr);
498 unsigned char *optptr = opt->__data + opt->srr - sizeof(struct iphdr);
504 unsigned char *optptr = opt->__data + opt->rr - sizeof(struct iphdr);
510 unsigned char *optptr = opt->__data + opt->ts - sizeof(struct iphdr);
603 struct iphdr *iph = ip_hdr(skb);