--- zzzz-none-000/linux-5.15.153/include/net/ip.h 2024-03-26 22:23:03.000000000 +0000 +++ puma7-arm-6591-800/linux-5.15.153/include/net/ip.h 2024-10-02 08:26:06.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 @@ -75,6 +81,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 protocol; __u8 ttl;