taglinefilesource code
ipfrag60include/net/ip.hstruct ipfrag  *next;    /* linked list pointers      */
ipfrag61include/net/ip.hstruct ipfrag  *prev;
ipfrag76include/net/ip.hstruct ipfrag  *fragments;  /* linked list of received fragments  */
ipfrag79net/ipv4/ip_fragment.cstatic struct ipfrag *ip_frag_create(int offset, int end, struct sk_buff *skb, unsigned char *ptr)
ipfrag81net/ipv4/ip_fragment.cstruct ipfrag *fp;
ipfrag84net/ipv4/ip_fragment.cfp = (struct ipfrag *) frag_kmalloc(sizeof(struct ipfrag), GFP_ATOMIC);
ipfrag90net/ipv4/ip_fragment.cmemset(fp, 0, sizeof(struct ipfrag));
ipfrag147net/ipv4/ip_fragment.cstruct ipfrag *fp;
ipfrag148net/ipv4/ip_fragment.cstruct ipfrag *xp;
ipfrag179net/ipv4/ip_fragment.cfrag_kfree_s(fp, sizeof(struct ipfrag));
ipfrag298net/ipv4/ip_fragment.cstruct ipfrag *fp;
ipfrag333net/ipv4/ip_fragment.cstruct ipfrag *fp;
ipfrag399net/ipv4/ip_fragment.cstruct ipfrag *prev, *next, *tmp;
ipfrag400net/ipv4/ip_fragment.cstruct ipfrag *tfp;
ipfrag548net/ipv4/ip_fragment.cfrag_kfree_s(tmp, sizeof(struct ipfrag));