dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/include/net/tc_act/tc_gact.h

18 lines
425 B
C

#ifndef __NET_TC_GACT_H
#define __NET_TC_GACT_H
#include <net/act_api.h>
struct tcf_gact
{
tca_gen(gact);
#ifdef CONFIG_GACT_PROB
u16 ptype;
u16 pval;
int paction;
#endif
};
#endif