Release 4.7 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 tcf_common common;
unsigned char tcfp_nkeys;
unsigned char tcfp_flags;
struct tc_pedit_key *tcfp_keys;
};
#define to_pedit(a) \
container_of(a->priv, struct tcf_pedit, common)
#endif /* __NET_TC_PED_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
jamal hadi salim | jamal hadi salim | 24 | 57.14% | 1 | 20.00% |
david s. miller | david s. miller | 15 | 35.71% | 2 | 40.00% |
americo wang | americo wang | 2 | 4.76% | 1 | 20.00% |
patrick mchardy | patrick mchardy | 1 | 2.38% | 1 | 20.00% |
| Total | 42 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.