tc_gact.h 425 B

1234567891011121314151617
  1. #ifndef __NET_TC_GACT_H
  2. #define __NET_TC_GACT_H
  3. #include <net/act_api.h>
  4. struct tcf_gact
  5. {
  6. tca_gen(gact);
  7. #ifdef CONFIG_GACT_PROB
  8. u16 ptype;
  9. u16 pval;
  10. int paction;
  11. #endif
  12. };
  13. #endif