taglinefilesource code
frag_off256drivers/net/slhc.cif(ip->protocol != IPPROTO_TCP || (ntohs(ip->frag_off) & 0x1fff) ||
frag_off257drivers/net/slhc.c(ip->frag_off & 32)){
frag_off353drivers/net/slhc.c|| (ip->frag_off & 64) != (cs->cs_ip.frag_off & 64)
frag_off111include/linux/ip.h__u16  frag_off;
frag_off135net/inet/icmp.cif(ntohs(iph->frag_off)&IP_OFFSET)
frag_off335net/inet/ip.ciph->frag_off = 0;
frag_off882net/inet/ip.ciph->frag_off = 0;
frag_off911net/inet/ip.coffset = ntohs(iph->frag_off);
frag_off1120net/inet/ip.cif (ntohs(iph->frag_off) & IP_DF)
frag_off1154net/inet/ip.coffset = (ntohs(iph->frag_off) & 0x1fff) << 3;
frag_off1230net/inet/ip.ciph->frag_off = htons((offset >> 3));
frag_off1236net/inet/ip.ciph->frag_off |= htons(IP_MF);
frag_off1539net/inet/ip.cif(iph->frag_off)
frag_off1541net/inet/ip.cif (iph->frag_off & 0x0020)
frag_off1547net/inet/ip.cif (ntohs(iph->frag_off) & 0x1fff)
frag_off183net/inet/ip_fw.cfrag1 = ((ntohs(ip->frag_off) & IP_OFFSET) == 0);