netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nft 0/5] src: Removes unused functions.
@ 2017-08-16 14:18 Varsha Rao
  2017-08-16 14:18 ` [PATCH nft 1/5] src: Remove xt_stmt_() functions Varsha Rao
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Varsha Rao @ 2017-08-16 14:18 UTC (permalink / raw)
  To: pablo, netfilter-devel; +Cc: Varsha Rao

This patch set removes structure xt_stmt_ops and the following
functions, as they are not used.

chain_get_cb
cli_display
mnl_nft_chain_get
mnl_nft_rule_add
mnl_nft_rule_delete
mnl_nft_set_get
mnl_nft_table_get
mpz_get_be64
netlink_add_rule_list
netlink_dump_table
netlink_get_chain
netlink_get_set
netlink_get_table
netlink_list_chain
set_get_cb
table_get_cb
xt_stmt_alloc
xt_stmt_destroy
xt_stmt_print
xt_stmt_release
xt_stmt_xlate

Varsha Rao (5):
  src: Remove xt_stmt_() functions.
  src: gmputil: Remove mpz_get_be64() function.
  src: cli: Remove cli_display() function.
  src: netlink: Remove unused functions.
  src: mnl: Remove unused functions.

 include/cli.h       |   1 -
 include/gmputil.h   |   1 -
 include/mnl.h       |  10 -----
 include/netlink.h   |  11 ------
 include/statement.h |   2 -
 include/xt.h        |   7 ----
 src/cli.c           |  26 -------------
 src/gmputil.c       |   5 ---
 src/mnl.c           |  94 -----------------------------------------------
 src/netlink.c       | 104 ----------------------------------------------------
 src/statement.c     |  23 ------------
 src/xt.c            |  74 -------------------------------------
 12 files changed, 358 deletions(-)

-- 
2.13.5


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-08-19 12:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-16 14:18 [PATCH nft 0/5] src: Removes unused functions Varsha Rao
2017-08-16 14:18 ` [PATCH nft 1/5] src: Remove xt_stmt_() functions Varsha Rao
2017-08-16 14:18 ` [PATCH nft 2/5] src: gmputil: Remove mpz_get_be64() function Varsha Rao
2017-08-16 14:18 ` [PATCH nft 3/5] src: cli: Remove cli_display() function Varsha Rao
2017-08-16 14:18 ` [PATCH nft 4/5] src: netlink: Remove unused functions Varsha Rao
2017-08-16 14:18 ` [PATCH nft 5/5] src: mnl: " Varsha Rao
2017-08-19 12:11 ` [PATCH nft 0/5] src: Removes " Pablo Neira Ayuso

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).