Lines Matching refs:iphdr
483 void __ip_select_ident(struct net *net, struct iphdr *iph, int segs)
511 const struct sock *sk, const struct iphdr *iph,
535 const struct iphdr *iph = ip_hdr(skb);
810 const struct iphdr *iph = (const struct iphdr *) skb->data;
827 const struct iphdr *iph = (const struct iphdr *) skb->data;
1076 const struct iphdr *iph = (const struct iphdr *)skb->data;
1093 const struct iphdr *iph = (const struct iphdr *)skb->data;
1111 const struct iphdr *iph = (const struct iphdr *)skb->data;
1166 const struct iphdr *iph = (const struct iphdr *)skb->data;
1181 const struct iphdr *iph = (const struct iphdr *)skb->data;
1223 if (!pskb_network_may_pull(skb, sizeof(struct iphdr)) ||
1231 opt.optlen = ip_hdr(skb)->ihl * 4 - sizeof(struct iphdr);
1282 struct iphdr *iph = ip_hdr(skb);
1317 unsigned int header_size = sizeof(struct tcphdr) + sizeof(struct iphdr);
1890 const struct iphdr *outer_iph = ip_hdr(skb);
1891 const struct iphdr *key_iph = outer_iph;
1892 const struct iphdr *inner_iph;
1894 struct iphdr _inner_iph;
3154 struct iphdr *iph;
3166 iph = skb_put(skb, sizeof(struct iphdr));