From: Varsha Rao <rvarsha016@gmail.com>
To: pablo@netfilter.org
Cc: netfilter-devel@vger.kernel.org
Subject: [PATCH nft 0/3] include: Remove datatype_register(), __init and __exit macros.
Date: Fri, 30 Jun 2017 14:54:27 +0530 [thread overview]
Message-ID: <cover.1498814530.git.rvarsha016@gmail.com> (raw)
This patchset removes datatype_register() function, __init and __exit
macro definitions.
Varsha Rao (3):
include: Remove datatype_register().
include: Remove __init macro definition.
include: Remove __exit macro definition.
include/ct.h | 3 +++
include/datatype.h | 1 -
include/exthdr.h | 1 +
include/fib.h | 2 ++
include/meta.h | 7 ++++++-
include/nftables.h | 18 ++++++++++++++++++
include/proto.h | 8 ++++++++
include/rt.h | 1 +
include/utils.h | 2 --
src/ct.c | 17 +++++------------
src/datatype.c | 29 +++++++++++++++++++++--------
src/exthdr.c | 7 +------
src/fib.c | 7 +------
src/gmputil.c | 2 +-
src/main.c | 26 ++++++++++++++++++++++++++
src/meta.c | 52 +++++++++-------------------------------------------
src/netlink.c | 4 ++--
src/proto.c | 24 ++++++------------------
src/rt.c | 11 +++--------
src/xt.c | 2 +-
20 files changed, 115 insertions(+), 109 deletions(-)
--
2.9.4
next reply other threads:[~2017-06-30 9:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-30 9:24 Varsha Rao [this message]
2017-06-30 9:26 ` [PATCH nft 1/3] include: Remove datatype_register() Varsha Rao
2017-06-30 10:45 ` Pablo Neira Ayuso
2017-06-30 9:27 ` [PATCH nft 2/3] include: Remove __init macro definition Varsha Rao
2017-06-30 10:56 ` Pablo Neira Ayuso
2017-06-30 9:28 ` [PATCH nft 3/3] include: Remove __exit " Varsha Rao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1498814530.git.rvarsha016@gmail.com \
--to=rvarsha016@gmail.com \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).