.. | .. |
---|
100 | 100 | __u8 ttl; |
---|
101 | 101 | __u8 protocol; |
---|
102 | 102 | __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 |
---|
105 | 111 | /*The options start here. */ |
---|
106 | 112 | }; |
---|
107 | 113 | |
---|
.. | .. |
---|
169 | 175 | IPV4_DEVCONF_DROP_UNICAST_IN_L2_MULTICAST, |
---|
170 | 176 | IPV4_DEVCONF_DROP_GRATUITOUS_ARP, |
---|
171 | 177 | IPV4_DEVCONF_BC_FORWARDING, |
---|
172 | | - IPV4_DEVCONF_VENDOR_PADDING, |
---|
173 | 178 | __IPV4_DEVCONF_MAX |
---|
174 | 179 | }; |
---|
175 | 180 | |
---|