Lines Matching refs:iphdr
283 const struct iphdr *iph;
286 int t_hlen = tunnel->hlen + sizeof(struct iphdr);
348 t_hlen = nt->hlen + sizeof(struct iphdr);
364 const struct iphdr *iph = ip_hdr(skb);
380 const struct iphdr *iph = ip_hdr(skb);
420 iph = (struct iphdr *)(skb->head + nh);
513 const struct iphdr *inner_iph,
525 mtu = dst_mtu(&rt->dst) - (sizeof(struct iphdr) + tunnel_hlen);
588 u32 headroom = sizeof(struct iphdr);
591 const struct iphdr *inner_iph;
604 inner_iph = (const struct iphdr *)skb_inner_network_header(skb);
683 const struct iphdr *tnl_params, u8 protocol)
687 const struct iphdr *inner_iph;
699 inner_iph = (const struct iphdr *)skb_inner_network_header(skb);
846 max_headroom = LL_RESERVED_SPACE(rt->dst.dev) + sizeof(struct iphdr)
1027 int t_hlen = tunnel->hlen + sizeof(struct iphdr);
1208 unsigned int max = IP_MAX_MTU - (nt->hlen + sizeof(struct iphdr));
1271 struct iphdr *iph = &tunnel->parms.iph;