Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __NET_TC_DEF_H
0003 #define __NET_TC_DEF_H
0004 
0005 #include <net/act_api.h>
0006 
0007 struct tcf_defact {
0008     struct tc_action    common;
0009     u32     tcfd_datalen;
0010     void        *tcfd_defdata;
0011 };
0012 #define to_defact(a) ((struct tcf_defact *)a)
0013 
0014 #endif /* __NET_TC_DEF_H */