cregit-Linux how code gets into the kernel

Release 4.7 include/net/tc_act/tc_connmark.h

#ifndef __NET_TC_CONNMARK_H

#define __NET_TC_CONNMARK_H

#include <net/act_api.h>


struct tcf_connmark_info {
	
struct tcf_common common;
	
struct net *net;
	
u16 zone;
};


#define to_connmark(a) \
	container_of(a->priv, struct tcf_connmark_info, common)

#endif /* __NET_TC_CONNMARK_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
felix fietkaufelix fietkau3286.49%150.00%
eric w. biedermaneric w. biederman513.51%150.00%
Total37100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}