--- zzzz-none-000/linux-4.9.279/net/ipv4/udp.c 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/net/ipv4/udp.c 2023-02-08 10:58:16.000000000 +0000 @@ -76,6 +76,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: 2014. +Changed/modified portions - Copyright © 2014, Intel Corporation. +*/ #define pr_fmt(fmt) "UDP: " fmt @@ -955,6 +959,10 @@ ipc.sockc.tsflags = sk->sk_tsflags; ipc.addr = inet->inet_saddr; +#ifdef CONFIG_TI_META_DATA + /* Initialize the meta-data field */ + ipc.ti_meta_info = 0; +#endif ipc.oif = sk->sk_bound_dev_if; if (msg->msg_controllen) {