Release 4.17 include/net/tc_act/tc_defact.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NET_TC_DEF_H
#define __NET_TC_DEF_H
#include <net/act_api.h>
struct tcf_defact {
struct tc_action common;
u32 tcfd_datalen;
void *tcfd_defdata;
};
#define to_defact(a) ((struct tcf_defact *)a)
#endif /* __NET_TC_DEF_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jamal Hadi Salim | 21 | 58.33% | 1 | 16.67% |
David S. Miller | 11 | 30.56% | 1 | 16.67% |
Américo Wang | 3 | 8.33% | 3 | 50.00% |
Greg Kroah-Hartman | 1 | 2.78% | 1 | 16.67% |
Total | 36 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.