--- zzzz-none-000/linux-5.15.111/include/uapi/linux/in6.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/include/uapi/linux/in6.h 2024-02-07 10:23:28.000000000 +0000 @@ -299,4 +299,17 @@ * ... * MRT6_MAX */ +#ifdef CONFIG_TI_IP_PKTINFO_SOCKOPT +#define TI_IPV6_PKTINFO 81 +#endif +#ifdef CONFIG_TI_IP_PKTINFO_SOCKOPT +# ifndef TI_PKTINFO_STRUCT +# define TI_PKTINFO_STRUCT +struct ti_pktinfo +{ + int ifcpe_side; + char mac_addr[6]; +}; +# endif +#endif #endif /* _UAPI_LINUX_IN6_H */