Lines Matching refs:iphdr
515 void __ip_select_ident(struct net *net, struct iphdr *iph, int segs)
544 const struct iphdr *iph,
567 const struct iphdr *iph = ip_hdr(skb);
839 const struct iphdr *iph = (const struct iphdr *) skb->data;
856 const struct iphdr *iph = (const struct iphdr *) skb->data;
1096 const struct iphdr *iph = (const struct iphdr *)skb->data;
1113 const struct iphdr *iph = (const struct iphdr *)skb->data;
1131 const struct iphdr *iph = (const struct iphdr *)skb->data;
1188 const struct iphdr *iph = (const struct iphdr *)skb->data;
1204 const struct iphdr *iph = (const struct iphdr *)skb->data;
1244 if (!pskb_network_may_pull(skb, sizeof(struct iphdr)) ||
1252 opt.optlen = ip_hdr(skb)->ihl * 4 - sizeof(struct iphdr);
1303 struct iphdr *iph = ip_hdr(skb);
1337 unsigned int header_size = sizeof(struct tcphdr) + sizeof(struct iphdr);
1929 const struct iphdr *outer_iph = ip_hdr(skb);
1930 const struct iphdr *key_iph = outer_iph;
1931 const struct iphdr *inner_iph;
1933 struct iphdr _inner_iph;
3077 struct iphdr *iph;
3089 iph = skb_put(skb, sizeof(struct iphdr));