cregit-Linux how code gets into the kernel

Release 4.7 include/net/tc_act/tc_pedit.h

#ifndef __NET_TC_PED_H

#define __NET_TC_PED_H

#include <net/act_api.h>


struct tcf_pedit {
	
struct tcf_common	common;
	
unsigned char		tcfp_nkeys;
	
unsigned char		tcfp_flags;
	
struct tc_pedit_key	*tcfp_keys;
};

#define to_pedit(a) \
	container_of(a->priv, struct tcf_pedit, common)

#endif /* __NET_TC_PED_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
jamal hadi salimjamal hadi salim2457.14%120.00%
david s. millerdavid s. miller1535.71%240.00%
americo wangamerico wang24.76%120.00%
patrick mchardypatrick mchardy12.38%120.00%
Total42100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}