cregit-Linux how code gets into the kernel

Release 4.7 include/net/tc_act/tc_defact.h

#ifndef __NET_TC_DEF_H

#define __NET_TC_DEF_H

#include <net/act_api.h>


struct tcf_defact {
	
struct tcf_common	common;
	
u32     		tcfd_datalen;
	
void    		*tcfd_defdata;
};

#define to_defact(a) \
	container_of(a->priv, struct tcf_defact, common)

#endif /* __NET_TC_DEF_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
jamal hadi salimjamal hadi salim2158.33%133.33%
david s. millerdavid s. miller1336.11%133.33%
americo wangamerico wang25.56%133.33%
Total36100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}