Thread (22 messages) flat view 22 messages, 5 authors, 2016-02-28

Re: [net-next PATCH v2 5/8] net: tc: helper functions to query action types

From: Jiri Pirko <jiri@resnulli.us>
Date: 2016-02-16 20:27:00

Tue, Feb 16, 2016 at 07:02:16AM CET, john.fastabend@gmail.com wrote:
quoted hunk ↗ jump to hunk
This is a helper function drivers can use to learn if the
action type is a drop action.

Signed-off-by: John Fastabend <redacted>
---
include/net/tc_act/tc_gact.h |   16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/include/net/tc_act/tc_gact.h b/include/net/tc_act/tc_gact.h
index 592a6bc..3067a10 100644
--- a/include/net/tc_act/tc_gact.h
+++ b/include/net/tc_act/tc_gact.h
@@ -2,6 +2,7 @@
#define __NET_TC_GACT_H

#include <net/act_api.h>
+#include <linux/tc_act/tc_gact.h>

struct tcf_gact {
	struct tcf_common	common;
@@ -15,4 +16,19 @@ struct tcf_gact {
#define to_gact(a) \
	container_of(a->priv, struct tcf_gact, common)

+#ifdef CONFIG_NET_CLS_ACT
+static inline bool is_tcf_gact_dropped(const struct tc_action *a)
Meybe would be better to name this "is_tcf_gact_shot" for consistency?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help