Lines Matching refs:iphdr
50 memcpy(iph + sizeof(struct iphdr), opt->__data, opt->optlen);
95 dopt->rr = dopt->optlen + sizeof(struct iphdr);
109 dopt->ts = dopt->optlen + sizeof(struct iphdr);
170 dopt->srr = dopt->optlen + sizeof(struct iphdr);
177 dopt->cipso = dopt->optlen+sizeof(struct iphdr);
197 unsigned char *optptr = skb_network_header(skb) + sizeof(struct iphdr);
257 iph = optptr - sizeof(struct iphdr);
485 unsigned char *optptr = opt->__data + opt->srr - sizeof(struct iphdr);
491 unsigned char *optptr = opt->__data + opt->rr - sizeof(struct iphdr);
497 unsigned char *optptr = opt->__data + opt->ts - sizeof(struct iphdr);
590 struct iphdr *iph = ip_hdr(skb);