taglinefilesource code
ipfrag59include/net/ip.hstruct ipfrag  *next;    /* linked list pointers      */
ipfrag60include/net/ip.hstruct ipfrag  *prev;
ipfrag75include/net/ip.hstruct ipfrag  *fragments;  /* linked list of received fragments  */
ipfrag91net/ipv4/ip_fragment.cstatic struct ipfrag *ip_frag_create(int offset, int end, struct sk_buff *skb, unsigned char *ptr)
ipfrag93net/ipv4/ip_fragment.cstruct ipfrag *fp;
ipfrag96net/ipv4/ip_fragment.cfp = (struct ipfrag *) frag_kmalloc(sizeof(struct ipfrag), GFP_ATOMIC);
ipfrag102net/ipv4/ip_fragment.cmemset(fp, 0, sizeof(struct ipfrag));
ipfrag159net/ipv4/ip_fragment.cstruct ipfrag *fp;
ipfrag160net/ipv4/ip_fragment.cstruct ipfrag *xp;
ipfrag191net/ipv4/ip_fragment.cfrag_kfree_s(fp, sizeof(struct ipfrag));
ipfrag310net/ipv4/ip_fragment.cstruct ipfrag *fp;
ipfrag345net/ipv4/ip_fragment.cstruct ipfrag *fp;
ipfrag411net/ipv4/ip_fragment.cstruct ipfrag *prev, *next, *tmp;
ipfrag412net/ipv4/ip_fragment.cstruct ipfrag *tfp;
ipfrag560net/ipv4/ip_fragment.cfrag_kfree_s(tmp, sizeof(struct ipfrag));