Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.15 17 lines 425 B view raw
1#ifndef __NET_TC_GACT_H 2#define __NET_TC_GACT_H 3 4#include <net/act_api.h> 5 6struct tcf_gact 7{ 8 tca_gen(gact); 9#ifdef CONFIG_GACT_PROB 10 u16 ptype; 11 u16 pval; 12 int paction; 13#endif 14 15}; 16 17#endif