mm/memory-hotplug: Allow memory resources to be children
[linux/fpc-iii.git] / include / net / tc_act / tc_connmark.h
blob1f4cb477bb5d61562e5c9886b2800eb8659f4114
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NET_TC_CONNMARK_H
3 #define __NET_TC_CONNMARK_H
5 #include <net/act_api.h>
7 struct tcf_connmark_info {
8 struct tc_action common;
9 struct net *net;
10 u16 zone;
13 #define to_connmark(a) ((struct tcf_connmark_info *)a)
15 #endif /* __NET_TC_CONNMARK_H */