--- zzzz-none-000/linux-4.9.279/net/packet/internal.h 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/net/packet/internal.h 2023-02-08 10:58:16.000000000 +0000 @@ -1,3 +1,8 @@ +/* + * Includes Intel Corporation's changes/modifications dated: 2017. + * Changed/modified portions - Copyright (c) 2017, Intel Corporation. + */ + #ifndef __PACKET_INTERNAL_H__ #define __PACKET_INTERNAL_H__ @@ -114,7 +119,10 @@ origdev:1, has_vnet_hdr:1, 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;