--- zzzz-none-000/linux-5.15.111/include/net/inet_sock.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/include/net/inet_sock.h 2024-02-07 09:28:08.000000000 +0000 @@ -9,6 +9,10 @@ * Authors: Many, reorganised here by * Arnaldo Carvalho de Melo */ +/* +Includes Intel Corporation's changes/modifications dated: 2019. +Changed/modified portions - Copyright © 2019, Intel Corporation. +*/ #ifndef _INET_SOCK_H #define _INET_SOCK_H @@ -264,6 +268,10 @@ #define IP_CMSG_ORIGDSTADDR BIT(6) #define IP_CMSG_CHECKSUM BIT(7) #define IP_CMSG_RECVFRAGSIZE BIT(8) +#ifdef CONFIG_TI_IP_PKTINFO_SOCKOPT +/* TI Extension for packet info */ +#define TI_IP_CMSG_PKTINFO BIT(15) +#endif static inline bool sk_is_inet(struct sock *sk) {