[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120612.153515.283446551239473288.davem@davemloft.net>
Date: Tue, 12 Jun 2012 15:35:15 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: pablo@...filter.org
Cc: netfilter-devel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH 2/7] netfilter: nf_ct_ext: support variable length
extensions
From: pablo@...filter.org
Date: Tue, 12 Jun 2012 20:06:15 +0200
> @@ -79,11 +79,16 @@ static inline void nf_ct_ext_free(struct nf_conn *ct)
> kfree(ct->ext);
> }
>
> +void *__nf_ct_ext_add_length(struct nf_conn *ct, enum nf_ct_ext_id id,
> + size_t var_alloc_len, gfp_t gfp);
> +
> /* Add this type, returns pointer to data or NULL. */
> void *
> __nf_ct_ext_add(struct nf_conn *ct, enum nf_ct_ext_id id, gfp_t gfp);
You should remove this extern declaration for __nf_ct_ext_add() since you
are removing, or rather renaming, it in this patch.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists