| tag | line | file | source code |
| frag_off | 256 | drivers/net/slhc.c | if(ip->protocol != IPPROTO_TCP || (ntohs(ip->frag_off) & 0x1fff) || |
| frag_off | 257 | drivers/net/slhc.c | (ip->frag_off & 32)){ |
| frag_off | 353 | drivers/net/slhc.c | || (ip->frag_off & 64) != (cs->cs_ip.frag_off & 64) |
| frag_off | 105 | include/linux/ip.h | __u16 frag_off; |
| frag_off | 135 | net/inet/icmp.c | if(ntohs(iph->frag_off)&IP_OFFSET) |
| frag_off | 333 | net/inet/ip.c | iph->frag_off = 0; |
| frag_off | 880 | net/inet/ip.c | iph->frag_off = 0; |
| frag_off | 909 | net/inet/ip.c | offset = ntohs(iph->frag_off); |
| frag_off | 1118 | net/inet/ip.c | if (ntohs(iph->frag_off) & IP_DF) |
| frag_off | 1152 | net/inet/ip.c | offset = (ntohs(iph->frag_off) & 0x1fff) << 3; |
| frag_off | 1228 | net/inet/ip.c | iph->frag_off = htons((offset >> 3)); |
| frag_off | 1234 | net/inet/ip.c | iph->frag_off |= htons(IP_MF); |
| frag_off | 1529 | net/inet/ip.c | if(iph->frag_off) |
| frag_off | 1531 | net/inet/ip.c | if (iph->frag_off & 0x0020) |
| frag_off | 1537 | net/inet/ip.c | if (ntohs(iph->frag_off) & 0x1fff) |