--- zzzz-none-000/linux-5.15.111/include/uapi/linux/netfilter.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/include/uapi/linux/netfilter.h 2024-02-07 09:28:08.000000000 +0000 @@ -1,4 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +/* +Includes Intel Corporation's changes/modifications dated: 2014. +Changed/modified portions - Copyright © 2014, Intel Corporation. +*/ #ifndef _UAPI__LINUX_NETFILTER_H #define _UAPI__LINUX_NETFILTER_H @@ -20,6 +24,9 @@ * number or errno values. Not nice, but better than additional function * arguments. */ #define NF_VERDICT_MASK 0x000000ff +#ifdef CONFIG_TI_PACKET_PROCESSOR +#define NF_VERDICT_FLAG_PP_BYPASS 0x00000100 +#endif /* CONFIG_TI_PACKET_PROCESSOR */ /* extra verdict flags have mask 0x0000ff00 */ #define NF_VERDICT_FLAG_QUEUE_BYPASS 0x00008000