netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nf-next 0/2] netfilter: conntrack: de-inline two helpers
@ 2016-04-11 19:52 Florian Westphal
  2016-04-11 19:52 ` [PATCH nf-next 1/2] netfilter: conntrack: de-inline nf_conntrack_eventmask_report Florian Westphal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Florian Westphal @ 2016-04-11 19:52 UTC (permalink / raw)
  To: netfilter-devel

Noticed that we have two static inline functions that should be normal functions
instead.
First patch saves a bit text size as well.

include/net/netfilter/nf_conntrack_ecache.h |  108 +++-------------------------
net/netfilter/nf_conntrack_ecache.c         |   84 +++++++++++++++++++++
2 files changed, 99 insertions(+), 93 deletions(-)


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

end of thread, other threads:[~2016-04-12 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-11 19:52 [PATCH nf-next 0/2] netfilter: conntrack: de-inline two helpers Florian Westphal
2016-04-11 19:52 ` [PATCH nf-next 1/2] netfilter: conntrack: de-inline nf_conntrack_eventmask_report Florian Westphal
2016-04-11 19:52 ` [PATCH nf-next 2/2] netfilter: conntrack: move expectation event helper to ecache.c Florian Westphal
2016-04-12 21:53 ` [PATCH nf-next 0/2] netfilter: conntrack: de-inline two helpers 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).