| tag | line | file | source code |
| ip_hdr | 59 | include/linux/skbuff.h | struct iphdr *ip_hdr; /* For IPPROTO_RAW */ |
| ip_hdr | 232 | net/inet/icmp.c | skb_in->ip_hdr->tos,255); |
| ip_hdr | 430 | net/inet/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
| ip_hdr | 511 | net/inet/icmp.c | skb->ip_hdr->tos, 255); |
| ip_hdr | 601 | net/inet/icmp.c | IPPROTO_ICMP, opt, len, skb->ip_hdr->tos,255); |
| ip_hdr | 200 | net/inet/igmp.c | if(skb->ip_hdr->ttl!=1 || ip_compute_csum((void *)igh,sizeof(*igh))) |
| ip_hdr | 339 | net/inet/ip.c | skb->ip_hdr = iph; |
| ip_hdr | 882 | net/inet/ip.c | skb->ip_hdr = iph; |
| ip_hdr | 1102 | net/inet/ip.c | skb->ip_hdr = iph; |
| ip_hdr | 1472 | net/inet/ip.c | skb->ip_hdr = iph; |
| ip_hdr | 1634 | net/inet/ip.c | skb->ip_hdr = iph; |
| ip_hdr | 1755 | net/inet/ip.c | newskb->ip_hdr=(struct iphdr *)(newskb->data+ip_send(newskb, skb->ip_hdr->daddr, len, dev, skb->ip_hdr->saddr)); |
| ip_hdr | 1756 | net/inet/ip.c | memcpy(newskb->ip_hdr,skb->ip_hdr,len); |
| ip_hdr | 1808 | net/inet/ip.c | skb->ip_hdr = iph; |
| ip_hdr | 1939 | net/inet/ip.c | if(skb->ip_hdr->ttl==0) |
| ip_hdr | 101 | net/inet/raw.c | skb->len = ntohs(skb->ip_hdr->tot_len); |
| ip_hdr | 102 | net/inet/raw.c | skb->h.raw = (unsigned char *) skb->ip_hdr; |
| ip_hdr | 511 | net/inet/skbuff.c | n->ip_hdr=(struct iphdr *)(((char *)skb->ip_hdr)+offset); |
| ip_hdr | 2796 | net/inet/tcp.c | newsk->ip_tos=skb->ip_hdr->tos; |
| ip_hdr | 4558 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
| ip_hdr | 4589 | net/inet/tcp.c | tcp_reset(daddr, saddr, th, &tcp_prot, opt,dev,skb->ip_hdr->tos,255); |
| ip_hdr | 4824 | net/inet/tcp.c | tcp_reset(daddr,saddr,th, &tcp_prot, opt, dev, skb->ip_hdr->tos, 255); |