swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 1def630a6a49dda5bc89dfbd86656293640456f0 authored by Linus Torvalds on 06 June 2006, 00:57:02 UTC
Linux 2.6.17-rc6
Tip revision: 1def630
tc_gact.h
#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
back to top