tag | line | file | source code |
frag_off | 235 | drivers/net/slhc.c | if(ip->protocol != IPPROTO_TCP || (ntohs(ip->frag_off) & 0x1fff) || |
frag_off | 236 | drivers/net/slhc.c | (ip->frag_off & 32)){ |
frag_off | 332 | drivers/net/slhc.c | || (ip->frag_off & 64) != (cs->cs_ip.frag_off & 64) |
frag_off | 89 | include/linux/ip.h | unsigned short frag_off; |
frag_off | 293 | net/inet/ip.c | iph->frag_off = 0; |
frag_off | 877 | net/inet/ip.c | iph->frag_off = 0; |
frag_off | 906 | net/inet/ip.c | offset = ntohs(iph->frag_off); |
frag_off | 1116 | net/inet/ip.c | if (ntohs(iph->frag_off) & IP_DF) |
frag_off | 1147 | net/inet/ip.c | offset = (ntohs(iph->frag_off) & 0x1fff) << 3; |
frag_off | 1223 | net/inet/ip.c | iph->frag_off = htons((offset >> 3)); |
frag_off | 1229 | net/inet/ip.c | iph->frag_off |= htons(IP_MF); |
frag_off | 1488 | net/inet/ip.c | if (iph->frag_off & 0x0020) |
frag_off | 1495 | net/inet/ip.c | if (ntohs(iph->frag_off) & 0x1fff) |