summaryrefslogtreecommitdiff
path: root/include/net/rstreason.h
AgeCommit message (Expand)AuthorFilesLines
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_DISCONNECT_WITH_DATA for active r...Jason Xing1-0/+8
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_KEEPALIVE_TIMEOUT for active resetJason Xing1-0/+7
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active resetJason Xing1-0/+6
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_MEMORY for active resetJason Xing1-0/+6
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_LINGER for active resetJason Xing1-0/+6
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_CLOSE for active resetJason Xing1-0/+6
2024-05-14tcp: rstreason: fully support in tcp_check_req()Jason Xing1-0/+8
2024-05-14tcp: rstreason: handle timewait cases in the receive pathJason Xing1-0/+5
2024-05-14tcp: rstreason: fully support in tcp_rcv_state_process()Jason Xing1-0/+18
2024-05-14tcp: rstreason: fully support in tcp_ack()Jason Xing1-0/+13
2024-05-14tcp: rstreason: fully support in tcp_rcv_synsent_state_process()Jason Xing1-0/+17
2024-04-26tcp: support rstreason for passive resetJason Xing1-0/+15
2024-04-26net: introduce rstreason to detect why the RST is sentJason Xing1-0/+106