tc_pedit.h 216 B

1234567891011121314
  1. #ifndef __NET_TC_PED_H
  2. #define __NET_TC_PED_H
  3. #include <net/act_api.h>
  4. struct tcf_pedit
  5. {
  6. tca_gen(pedit);
  7. unsigned char nkeys;
  8. unsigned char flags;
  9. struct tc_pedit_key *keys;
  10. };
  11. #endif