cregit-Linux how code gets into the kernel

Release 4.12 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 tc_action common;
	
struct net *net;
	
u16 zone;
};


#define to_connmark(a) ((struct tcf_connmark_info *)a)

#endif /* __NET_TC_CONNMARK_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Felix Fietkau2980.56%125.00%
Eric W. Biedermann513.89%125.00%
Américo Wang25.56%250.00%
Total36100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.