--- zzzz-none-000/linux-5.15.111/include/net/udp.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/include/net/udp.h 2024-02-07 10:23:27.000000000 +0000 @@ -15,6 +15,11 @@ * Alan Cox : Turned on udp checksums. I don't want to * chase 'memory corruption' bugs that aren't! */ +/* + Includes Intel Corporation's changes/modifications dated: 2018 + Changed/modified portions - Copyright (C) 2018, Intel Corporation. +*/ + #ifndef _UDP_H #define _UDP_H @@ -101,6 +106,10 @@ extern int sysctl_udp_rmem_min; extern int sysctl_udp_wmem_min; +/* TOE (Traffic Offload Engine) option to remove the udp4_lib_demux_lookup + * socket chain scan limit */ +extern bool toe_udp_early_demux_no_scan_limit; + struct sk_buff; /*