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
| Person | Tokens | Prop | Commits | CommitProp |
felix fietkau | felix fietkau | 32 | 86.49% | 1 | 50.00% |
eric w. biederman | eric w. biederman | 5 | 13.51% | 1 | 50.00% |
| Total | 37 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.