--- zzzz-none-000/linux-4.9.279/net/ipv4/raw.c 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/net/ipv4/raw.c 2023-02-08 10:58:16.000000000 +0000 @@ -37,6 +37,11 @@ * 2 of the License, or (at your option) any later version. */ +/* + * Includes Intel Corporation's changes/modifications dated: 2017. + * Changed/modified portions - Copyright (c) 2017, Intel Corporation. + */ + #include #include #include @@ -558,6 +563,11 @@ ipc.tos = -1; ipc.oif = sk->sk_bound_dev_if; +#ifdef CONFIG_TI_META_DATA + /* Initialize the meta-data field */ + ipc.ti_meta_info = 0; +#endif + if (msg->msg_controllen) { err = ip_cmsg_send(sk, msg, &ipc, false); if (unlikely(err)) {