Skip to content
Snippets Groups Projects
Commit 3f936849 authored by Andreas Gnau's avatar Andreas Gnau :speech_balloon:
Browse files

tools: include: Add modifications from BCM SDK 5.04L.02p1


Add modifications to includes in tools folder found in Broadcom SDK
version 5.04L.02p1 in directory kernel/linux-4.19/tools/include.

Filename: bcm963xx_5.04L.02p1_data_full_release.tar.gz
SHA256: d0a20a5029c301b5a0303d904921af40476bcc1a3504e8c6eca7fd6558a77407
MD5:      c21c12de650ae13c559111cfd8fad255

Signed-off-by: default avatarAndreas Gnau <andreas.gnau@iopsys.eu>
parent 8e6847df
No related branches found
No related tags found
No related merge requests found
......@@ -2672,6 +2672,9 @@ enum {
BPF_TCP_LISTEN,
BPF_TCP_CLOSING, /* Now a valid state */
BPF_TCP_NEW_SYN_RECV,
#if ((defined(CONFIG_BCM_KF_MPTCP) && defined(CONFIG_BCM_MPTCP)) || !defined(CONFIG_BCM_IN_KERNEL))
BPF_TCP_RST_WAIT,
#endif
BPF_TCP_MAX_STATES /* Leave at the end! */
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment