--- zzzz-none-000/linux-5.15.111/include/net/ip.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/include/net/ip.h 2024-02-07 09:28:08.000000000 +0000 @@ -15,6 +15,12 @@ * Changes: * Mike McLagan : Routing by source */ + +/* + * Includes Intel Corporation's changes/modifications dated: 2017. + * Changed/modified portions - Copyright (c) 2017, Intel Corporation. + */ + #ifndef _IP_H #define _IP_H @@ -74,6 +80,9 @@ struct sockcm_cookie sockc; __be32 addr; int oif; +#ifdef CONFIG_TI_META_DATA + unsigned int ti_meta_info; +#endif /* CONFIG_TI_META_DATA */ struct ip_options_rcu *opt; __u8 ttl; __s16 tos;