--- zzzz-none-000/linux-4.9.279/include/net/inet_sock.h 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/include/net/inet_sock.h 2023-02-08 10:58:16.000000000 +0000 @@ -13,6 +13,10 @@ * 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: 2019. +Changed/modified portions - Copyright © 2019, Intel Corporation. +*/ #ifndef _INET_SOCK_H #define _INET_SOCK_H @@ -228,6 +232,11 @@ #define IP_CMSG_PASSSEC BIT(5) #define IP_CMSG_ORIGDSTADDR BIT(6) #define IP_CMSG_CHECKSUM BIT(7) +#ifdef CONFIG_TI_IP_PKTINFO_SOCKOPT +/* TI Extension for packet info */ +#define TI_IP_CMSG_PKTINFO BIT(15) +#endif + /** * sk_to_full_sk - Access to a full socket