tag | line | file | source code |
ip_hdr | 227 | drivers/net/tunnel.c | skb2->ip_hdr=iph; |
ip_hdr | 65 | include/linux/skbuff.h | struct iphdr *ip_hdr; /* For IPPROTO_RAW */ |
ip_hdr | 618 | net/core/skbuff.c | n->ip_hdr=(struct iphdr *)(((char *)skb->ip_hdr)+offset); |
ip_hdr | 263 | net/ipv4/icmp.c | iph = skb_in->ip_hdr; |
ip_hdr | 234 | 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 | 181 | net/ipv4/ip.c | unsigned char * iph = (unsigned char*)skb->ip_hdr; |
ip_hdr | 237 | net/ipv4/ip.c | (unsigned char *)skb->ip_hdr); |
ip_hdr | 326 | net/ipv4/ip.c | unsigned char * optptr = (unsigned char*)skb->ip_hdr; |
ip_hdr | 373 | net/ipv4/ip.c | iph = (unsigned char*)skb->ip_hdr; |
ip_hdr | 378 | net/ipv4/ip.c | optptr = opt->is_data ? opt->__data : (unsigned char*)&skb->ip_hdr[1]; |
ip_hdr | 758 | net/ipv4/ip.c | skb->ip_hdr = iph; |
ip_hdr | 1080 | net/ipv4/ip.c | skb->ip_hdr = iph; |
ip_hdr | 1308 | net/ipv4/ip.c | skb->ip_hdr = iph; |
ip_hdr | 1310 | net/ipv4/ip.c | iph = skb->ip_hdr; |
ip_hdr | 1435 | net/ipv4/ip.c | skb2->ip_hdr = iph; |
ip_hdr | 1682 | net/ipv4/ip.c | iph = skb2->ip_hdr = skb2->h.iph; |
ip_hdr | 1844 | net/ipv4/ip.c | skb->ip_hdr = iph; |
ip_hdr | 2041 | net/ipv4/ip.c | skb->ip_hdr = iph; |
ip_hdr | 2190 | net/ipv4/ip.c | int len=ntohs(skb->ip_hdr->tot_len); |
ip_hdr | 2210 | net/ipv4/ip.c | ip_send(newskb, skb->ip_hdr->daddr, len, dev, skb->ip_hdr->saddr); |
ip_hdr | 2214 | net/ipv4/ip.c | newskb->ip_hdr=(struct iphdr *)skb_put(newskb, len); |
ip_hdr | 2220 | net/ipv4/ip.c | memcpy(newskb->ip_hdr,skb->ip_hdr,len); |
ip_hdr | 2273 | net/ipv4/ip.c | skb->ip_hdr = iph; |
ip_hdr | 2275 | net/ipv4/ip.c | iph = skb->ip_hdr; |
ip_hdr | 2415 | net/ipv4/ip.c | if(skb->ip_hdr->ttl==0) |
ip_hdr | 3118 | net/ipv4/ip.c | skb->ip_hdr=iph=(struct iphdr *)skb_put(skb,length); |
ip_hdr | 3287 | net/ipv4/ip.c | skb->ip_hdr = iph = (struct iphdr *)data; |
ip_hdr | 3392 | net/ipv4/ip.c | if(skb->ip_hdr->ttl==0) |
ip_hdr | 85 | net/ipv4/ipip.c | skb->ip_hdr=(struct iphdr *)skb->data; |
ip_hdr | 87 | net/ipv4/ipip.c | if (skb->ip_hdr->ihl > 5) { |
ip_hdr | 97 | net/ipv4/ipip.c | if((err=ip_fw_chk(skb->ip_hdr,dev,ip_fw_blk_chain, ip_fw_blk_policy,0))<FW_ACCEPT) |
ip_hdr | 120 | net/ipv4/raw.c | skb_trim(skb,ntohs(skb->ip_hdr->tot_len)); |
ip_hdr | 122 | net/ipv4/raw.c | skb->h.raw = (unsigned char *) skb->ip_hdr; |
ip_hdr | 653 | net/ipv4/tcp.c | skb_pull(skb,((unsigned char *)skb->ip_hdr)-skb->data); |
ip_hdr | 3022 | net/ipv4/tcp.c | newsk->ip_tos=skb->ip_hdr->tos; |
ip_hdr | 3288 | net/ipv4/tcp.c | iph = skb->ip_hdr; |
ip_hdr | 4801 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
ip_hdr | 4832 | net/ipv4/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
ip_hdr | 5067 | net/ipv4/tcp.c | tcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255); |
ip_hdr | 5182 | net/ipv4/tcp.c | iph = (struct iphdr *)skb->ip_hdr; |