Release 4.17 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
Person | Tokens | Prop | Commits | CommitProp |
Felix Fietkau | 29 | 78.38% | 1 | 20.00% |
Eric W. Biedermann | 5 | 13.51% | 1 | 20.00% |
Américo Wang | 2 | 5.41% | 2 | 40.00% |
Greg Kroah-Hartman | 1 | 2.70% | 1 | 20.00% |
Total | 37 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.