Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 
0003 #ifndef __PROGS_CG_STORAGE_MULTI_H
0004 #define __PROGS_CG_STORAGE_MULTI_H
0005 
0006 #include <asm/types.h>
0007 
0008 struct cgroup_value {
0009     __u32 egress_pkts;
0010     __u32 ingress_pkts;
0011 };
0012 
0013 #endif