--- zzzz-none-000/linux-4.9.279/include/net/ip.h 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/include/net/ip.h 2023-02-08 10:58:16.000000000 +0000 @@ -19,6 +19,12 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ + +/* + * Includes Intel Corporation's changes/modifications dated: 2017. + * Changed/modified portions - Copyright (c) 2017, Intel Corporation. + */ + #ifndef _IP_H #define _IP_H @@ -68,6 +74,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 tx_flags; __u8 ttl;