增加 cmsg 字段, KNI 发送 timestamp val 给 TFE

This commit is contained in:
luwenpeng
2021-04-20 14:17:38 +08:00
parent 3cd5031880
commit cd3d902a43
3 changed files with 10 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ enum tfe_cmsg_tlv_type
TFE_CMSG_TCP_RESTORE_WINDOW_CLIENT = 0xb,
TFE_CMSG_TCP_RESTORE_WINDOW_SERVER = 0xc,
TFE_CMSG_TCP_RESTORE_INFO_PACKET_CUR_DIR = 0xd,
TFE_CMSG_TCP_RESTORE_TS_CLIENT_VAL = 0xe,
TFE_CMSG_TCP_RESTORE_TS_SERVER_VAL = 0xf,
TFE_CMSG_POLICY_ID = 0x10,
TFE_CMSG_STREAM_TRACE_ID = 0x11,