All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] netfilter: use NF_DROP instead of -NF_DROP
@ 2024-03-25  3:19 Jason Xing
  2024-03-25  3:19 ` [PATCH net-next 1/3] netfilter: using NF_DROP in test statement in nf_conntrack_in() Jason Xing
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jason Xing @ 2024-03-25  3:19 UTC (permalink / raw)
  To: pablo, kadlec; +Cc: netfilter-devel, coreteam, kerneljasonxing, Jason Xing

From: Jason Xing <kernelxing@tencent.com>

Just simply replace the -NF_DROP with NF_DROP since it is just zero.

Jason Xing (3):
  netfilter: using NF_DROP in test statement in nf_conntrack_in()
  netfilter: use NF_DROP in iptable_filter_table_init()
  netfilter: use NF_DROP in ip6table_filter_table_init()

 net/ipv4/netfilter/iptable_filter.c  | 2 +-
 net/ipv6/netfilter/ip6table_filter.c | 2 +-
 net/netfilter/nf_conntrack_core.c    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.37.3


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

end of thread, other threads:[~2024-03-25  9:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25  3:19 [PATCH net-next 0/3] netfilter: use NF_DROP instead of -NF_DROP Jason Xing
2024-03-25  3:19 ` [PATCH net-next 1/3] netfilter: using NF_DROP in test statement in nf_conntrack_in() Jason Xing
2024-03-25  3:19 ` [PATCH net-next 2/3] netfilter: use NF_DROP in iptable_filter_table_init() Jason Xing
2024-03-25  3:19 ` [PATCH net-next 3/3] netfilter: use NF_DROP in ip6table_filter_table_init() Jason Xing
2024-03-25  9:19 ` [PATCH net-next 0/3] netfilter: use NF_DROP instead of -NF_DROP Pablo Neira Ayuso
2024-03-25  9:31   ` Jason Xing
2024-03-25  9:33     ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.