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);
366 const struct iphdr *iph = ip_hdr(skb);
406 iph = (struct iphdr *)(skb->head + nh);
499 const struct iphdr *inner_iph,
511 mtu = dst_mtu(&rt->dst) - (sizeof(struct iphdr) + tunnel_hlen);
574 u32 headroom = sizeof(struct iphdr);
577 const struct iphdr *inner_iph;
590 inner_iph = (const struct iphdr *)skb_inner_network_header(skb);
664 const struct iphdr *tnl_params, u8 protocol)
668 const struct iphdr *inner_iph;
679 inner_iph = (const struct iphdr *)skb_inner_network_header(skb);
825 max_headroom = LL_RESERVED_SPACE(rt->dst.dev) + sizeof(struct iphdr)
1005 int t_hlen = tunnel->hlen + sizeof(struct iphdr);
1186 unsigned int max = IP_MAX_MTU - (nt->hlen + sizeof(struct iphdr));
1249 struct iphdr *iph = &tunnel->parms.iph;