fix unknown data type error

Signed-off-by: katrinzhou <katrinzhou@tencent.com>
This commit is contained in:
katrinzhou 2022-02-16 14:31:28 +08:00 committed by Kaixu Xia
parent 0fbe3d82c1
commit c64fddedee
1 changed files with 2 additions and 2 deletions

View File

@ -132,8 +132,8 @@ enum {
#define TCP_FULLNAT_REAL 10000
struct tcp_fullnat_real_opt {
u32 real_ip;
u16 real_port;
__u32 real_ip;
__u16 real_port;
};
#define TCP_REPAIR_ON 1