| tag | line | file | source code | 
| ip_hdr | 65 | include/linux/skbuff.h | struct iphdr      *ip_hdr;    /* For IPPROTO_RAW         */ | 
| ip_hdr | 617 | net/core/skbuff.c | n->ip_hdr=(struct iphdr *)(((char *)skb->ip_hdr)+offset); | 
| ip_hdr | 306 | net/ipv4/icmp.c | skb_in->ip_hdr->tos,255); | 
| ip_hdr | 533 | net/ipv4/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); | 
| ip_hdr | 616 | net/ipv4/icmp.c | skb->ip_hdr->tos, 255); | 
| ip_hdr | 715 | net/ipv4/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); | 
| ip_hdr | 208 | net/ipv4/igmp.c | if(skb->len <sizeof(struct igmphdr) || skb->ip_hdr->ttl!=1 || ip_compute_csum((void *)skb->h.raw,sizeof(struct igmphdr))) | 
| ip_hdr | 324 | net/ipv4/ip.c | skb->ip_hdr   = iph; | 
| ip_hdr | 637 | net/ipv4/ip.c | skb->ip_hdr = iph; | 
| ip_hdr | 859 | net/ipv4/ip.c | skb->ip_hdr = iph; | 
| ip_hdr | 1302 | net/ipv4/ip.c | skb->ip_hdr = iph; | 
| ip_hdr | 1548 | net/ipv4/ip.c | skb->ip_hdr = iph; | 
| ip_hdr | 1714 | net/ipv4/ip.c | ip_send(newskb, skb->ip_hdr->daddr, len, dev, skb->ip_hdr->saddr); | 
| ip_hdr | 1718 | net/ipv4/ip.c | newskb->ip_hdr=(struct iphdr *)skb_put(newskb, len); | 
| ip_hdr | 1722 | net/ipv4/ip.c | memcpy(newskb->ip_hdr,skb->ip_hdr,len); | 
| ip_hdr | 1774 | net/ipv4/ip.c | skb->ip_hdr = iph; | 
| ip_hdr | 1911 | net/ipv4/ip.c | if(skb->ip_hdr->ttl==0) | 
| ip_hdr | 2482 | net/ipv4/ip.c | skb->ip_hdr=iph=(struct iphdr *)skb_put(skb,length); | 
| ip_hdr | 2625 | net/ipv4/ip.c | skb->ip_hdr = iph = (struct iphdr *)data; | 
| ip_hdr | 2715 | net/ipv4/ip.c | if(skb->ip_hdr->ttl==0) | 
| ip_hdr | 101 | net/ipv4/raw.c | skb_trim(skb,ntohs(skb->ip_hdr->tot_len)); | 
| ip_hdr | 102 | net/ipv4/raw.c | skb->h.raw = (unsigned char *) skb->ip_hdr; | 
| ip_hdr | 466 | net/ipv4/tcp.c | skb_pull(skb,((unsigned char *)skb->ip_hdr)-skb->data); | 
| ip_hdr | 2819 | net/ipv4/tcp.c | newsk->ip_tos=skb->ip_hdr->tos; | 
| ip_hdr | 3085 | net/ipv4/tcp.c | iph = skb->ip_hdr; | 
| ip_hdr | 4589 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); | 
| ip_hdr | 4620 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); | 
| ip_hdr | 4855 | net/ipv4/tcp.c | tcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255); |