--- zzzz-none-000/linux-4.9.279/include/linux/ipv6.h 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/include/linux/ipv6.h 2023-02-08 10:58:16.000000000 +0000 @@ -1,3 +1,7 @@ +/* +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; @@ -33,6 +38,7 @@ __s32 accept_ra_defrtr; __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; @@ -229,7 +235,12 @@ rxflow:1, rxtclass:1, rxpmtu:1, +#ifdef CONFIG_TI_IP_PKTINFO_SOCKOPT + rxorigdstaddr:1, + ti_rxinfo:1; +#else rxorigdstaddr:1; +#endif /* 2 bits hole */ } bits; __u16 all;