--- zzzz-none-000/linux-5.15.111/include/linux/ipv6.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/include/linux/ipv6.h 2024-02-07 09:28:07.000000000 +0000 @@ -1,4 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0 */ +/* +Includes Intel Corporation's changes/modifications dated: 2014. +Changed/modified portions - Copyright © 2014, Intel Corporation. +*/ #ifndef _IPV6_H #define _IPV6_H @@ -14,6 +18,7 @@ __s32 hop_limit; __s32 mtu6; __s32 accept_ra; + __s32 accept_ra_table; __s32 accept_redirects; __s32 autoconf; __s32 dad_transmits; @@ -34,6 +39,7 @@ __u32 ra_defrtr_metric; __s32 accept_ra_min_hop_limit; __s32 accept_ra_pinfo; + __s32 accept_ra_pinfo_autoconf; __s32 ignore_routes_with_linkdown; #ifdef CONFIG_IPV6_ROUTER_PREF __s32 accept_ra_rtr_pref; @@ -257,7 +263,12 @@ rxtclass:1, rxpmtu:1, rxorigdstaddr:1, +#ifdef CONFIG_TI_IP_PKTINFO_SOCKOPT + recvfragsize:1, + ti_rxinfo:1; +#else recvfragsize:1; +#endif /* 1 bits hole */ } bits; __u16 all;