taglinefilesource code
frag_kmalloc96net/ipv4/ip_fragment.cfp = (struct ipfrag *) frag_kmalloc(sizeof(struct ipfrag), GFP_ATOMIC);
frag_kmalloc258net/ipv4/ip_fragment.cqp = (struct ipq *) frag_kmalloc(sizeof(struct ipq), GFP_ATOMIC);
frag_kmalloc272net/ipv4/ip_fragment.cqp->iph = (struct iphdr *) frag_kmalloc(64 + 8, GFP_ATOMIC);