]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv6/netfilter/nf_conntrack_reasm.c
net: Rename skb_has_frags to skb_has_frag_list
[net-next-2.6.git] / net / ipv6 / netfilter / nf_conntrack_reasm.c
index 13ef5bc05cf5220a3e2aa62543c4a12b79e5a98a..089c598773c70329e62fc2603e825a9b8eea7198 100644 (file)
@@ -413,7 +413,7 @@ nf_ct_frag6_reasm(struct nf_ct_frag6_queue *fq, struct net_device *dev)
        /* If the first fragment is fragmented itself, we split
         * it to two chunks: the first with data and paged part
         * and the second, holding only fragments. */
-       if (skb_has_frags(head)) {
+       if (skb_has_frag_list(head)) {
                struct sk_buff *clone;
                int i, plen = 0;