cregit-Linux how code gets into the kernel

Release 4.12 include/uapi/linux/ife.h

#ifndef __UAPI_IFE_H

#define __UAPI_IFE_H


#define IFE_METAHDRLEN 2

enum {
	
IFE_META_SKBMARK = 1,
	
IFE_META_HASHID,
	
IFE_META_PRIO,
	
IFE_META_QMAP,
	
IFE_META_TCINDEX,
	
__IFE_META_MAX
};

/*Can be overridden at runtime by module option*/

#define IFE_META_MAX (__IFE_META_MAX - 1)

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Yotam Gigi34100.00%1100.00%
Total34100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.