Release 4.9 include/net/tc_act/tc_pedit.h
#ifndef __NET_TC_PED_H
#define __NET_TC_PED_H
#include <net/act_api.h>
struct tcf_pedit {
struct tc_action common;
unsigned char tcfp_nkeys;
unsigned char tcfp_flags;
struct tc_pedit_key *tcfp_keys;
};
#define to_pedit(a) ((struct tcf_pedit *)a)
#endif /* __NET_TC_PED_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
jamal hadi salim | jamal hadi salim | 24 | 58.54% | 1 | 14.29% |
david s. miller | david s. miller | 13 | 31.71% | 2 | 28.57% |
americo wang | americo wang | 3 | 7.32% | 3 | 42.86% |
patrick mchardy | patrick mchardy | 1 | 2.44% | 1 | 14.29% |
| Total | 41 | 100.00% | 7 | 100.00% |