--- zzzz-none-000/linux-5.15.111/net/ipv4/udp.c 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/net/ipv4/udp.c 2024-02-07 09:28:09.000000000 +0000 @@ -71,6 +71,10 @@ * Derek Atkins : Add Encapulation Support * James Chapman : Add L2TP encapsulation type. */ +/* +Includes Intel Corporation's changes/modifications dated: 2014. +Changed/modified portions - Copyright © 2014, Intel Corporation. +*/ #define pr_fmt(fmt) "UDP: " fmt @@ -1119,6 +1123,10 @@ ipcm_init_sk(&ipc, inet); ipc.gso_size = READ_ONCE(up->gso_size); +#ifdef CONFIG_TI_META_DATA + /* Initialize the meta-data field */ + ipc.ti_meta_info = 0; +#endif if (msg->msg_controllen) { err = udp_cmsg_send(sk, msg, &ipc.gso_size);