aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tc_act/tc_defact.h
blob: 463aa671f95d29edf4cc4af90d4de9e7be8c0ceb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __NET_TC_DEF_H
#define __NET_TC_DEF_H

#include <net/act_api.h>

struct tcf_defact
{
	tca_gen(defact);
	u32     datalen;
	void    *defdata;
};

#endif