Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livep...
[deliverable/linux.git] / include / net / tc_act / tc_defact.h
CommitLineData
db753079
JHS
1#ifndef __NET_TC_DEF_H
2#define __NET_TC_DEF_H
3
4#include <net/act_api.h>
5
e9ce1cd3
DM
6struct tcf_defact {
7 struct tcf_common common;
8 u32 tcfd_datalen;
9 void *tcfd_defdata;
db753079 10};
86062033
WC
11#define to_defact(a) \
12 container_of(a->priv, struct tcf_defact, common)
db753079 13
e9ce1cd3 14#endif /* __NET_TC_DEF_H */
This page took 0.683668 seconds and 5 git commands to generate.