Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 2f4ba45a75d6383b4a1201169a808ffea416ffa0 authored by Linus Torvalds on 13 September 2005, 03:12:09 UTC
Linux 2.6.14-rc1
Tip revision: 2f4ba45
tc_pedit.h
#ifndef __NET_TC_PED_H
#define __NET_TC_PED_H

#include <net/act_api.h>

struct tcf_pedit
{
	tca_gen(pedit);
	unsigned char           nkeys;
	unsigned char           flags;
	struct tc_pedit_key     *keys;
};

#endif
back to top