hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/include/uapi/linux/ip.h
....@@ -100,8 +100,14 @@
100100 __u8 ttl;
101101 __u8 protocol;
102102 __sum16 check;
103
- __be32 saddr;
104
- __be32 daddr;
103
+#ifndef __GENKSYMS__
104
+ __struct_group(/* no tag */, addrs, /* no attrs */,
105
+#endif
106
+ __be32 saddr;
107
+ __be32 daddr;
108
+#ifndef __GENKSYMS__
109
+ );
110
+#endif
105111 /*The options start here. */
106112 };
107113
....@@ -169,7 +175,6 @@
169175 IPV4_DEVCONF_DROP_UNICAST_IN_L2_MULTICAST,
170176 IPV4_DEVCONF_DROP_GRATUITOUS_ARP,
171177 IPV4_DEVCONF_BC_FORWARDING,
172
- IPV4_DEVCONF_VENDOR_PADDING,
173178 __IPV4_DEVCONF_MAX
174179 };
175180