taglinefilesource code
IP_MF424net/ipv4/ip_fragment.cif (((flags & IP_MF) == 0) && (offset == 0))
IP_MF486net/ipv4/ip_fragment.cif ((flags & IP_MF) == 0)
IP_MF761net/ipv4/ip_fragment.ciph->frag_off |= htons(IP_MF);
IP_MF323net/ipv4/ip_input.cif (iph->frag_off & htons(IP_MF))
IP_MF566net/ipv4/ip_masq.cif ((frag & IP_MF) != 0 || (frag & IP_OFFSET) != 0)
IP_MF905net/ipv4/ip_output.cmf = htons(IP_MF);