cregit-Linux how code gets into the kernel

Release 4.15 include/net/tc_act/tc_connmark.h

/* SPDX-License-Identifier: GPL-2.0 */
#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 Fietkau2978.38%120.00%
Eric W. Biedermann513.51%120.00%
Américo Wang25.41%240.00%
Greg Kroah-Hartman12.70%120.00%
Total37100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.