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
Person | Tokens | Prop | Commits | CommitProp |
Felix Fietkau | 29 | 80.56% | 1 | 25.00% |
Eric W. Biedermann | 5 | 13.89% | 1 | 25.00% |
Américo Wang | 2 | 5.56% | 2 | 50.00% |
Total | 36 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.