tag | line | file | source code |
frag_off | 244 | drivers/net/slhc.c | if(ip->protocol != IPPROTO_TCP || (ntohs(ip->frag_off) & 0x1fff) || |
frag_off | 245 | drivers/net/slhc.c | (ip->frag_off & 32)){ |
frag_off | 341 | 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 | 296 | 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 | 1149 | net/inet/ip.c | offset = (ntohs(iph->frag_off) & 0x1fff) << 3; |
frag_off | 1225 | net/inet/ip.c | iph->frag_off = htons((offset >> 3)); |
frag_off | 1231 | net/inet/ip.c | iph->frag_off |= htons(IP_MF); |
frag_off | 1490 | net/inet/ip.c | if (iph->frag_off & 0x0020) |
frag_off | 1497 | net/inet/ip.c | if (ntohs(iph->frag_off) & 0x1fff) |