diff --git a/ip/nh_common.h b/ip/nh_common.h new file mode 100644 index 00000000..f747244c --- /dev/null +++ b/ip/nh_common.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef __NH_COMMON_H__ +#define __NH_COMMON_H__ 1 + +struct nha_res_grp { + __u16 buckets; + __u32 idle_timer; + __u32 unbalanced_timer; + __u64 unbalanced_time; +}; + +#endif /* __NH_COMMON_H__ */