--- zzzz-none-000/linux-5.15.111/net/packet/internal.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/net/packet/internal.h 2024-02-07 09:28:10.000000000 +0000 @@ -1,4 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0 */ +/* + * Includes Intel Corporation's changes/modifications dated: 2017. + * Changed/modified portions - Copyright (c) 2017, Intel Corporation. + */ + #ifndef __PACKET_INTERNAL_H__ #define __PACKET_INTERNAL_H__ @@ -120,7 +125,10 @@ unsigned int running; /* bind_lock must be held */ unsigned int has_vnet_hdr:1, /* writer must hold sock lock */ tp_loss:1, - tp_tx_has_off:1; + tp_tx_has_off:1, +#ifdef CONFIG_TI_AUXDATA_SOCKOPT + ti_auxdata:1; +#endif int pressure; int ifindex; /* bound device */ __be16 num;