.. | .. |
---|
40 | 40 | #define IPV6_SRCRT_STRICT 0x01 /* Deprecated; will be removed */ |
---|
41 | 41 | #define IPV6_SRCRT_TYPE_0 0 /* Deprecated; will be removed */ |
---|
42 | 42 | #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */ |
---|
| 43 | +#define IPV6_SRCRT_TYPE_3 3 /* RPL Segment Routing with IPv6 */ |
---|
43 | 44 | #define IPV6_SRCRT_TYPE_4 4 /* Segment Routing with IPv6 */ |
---|
44 | 45 | |
---|
45 | 46 | /* |
---|
.. | .. |
---|
129 | 130 | __u8 nexthdr; |
---|
130 | 131 | __u8 hop_limit; |
---|
131 | 132 | |
---|
132 | | - struct in6_addr saddr; |
---|
133 | | - struct in6_addr daddr; |
---|
| 133 | +#ifndef __GENKSYMS__ |
---|
| 134 | + __struct_group(/* no tag */, addrs, /* no attrs */, |
---|
| 135 | +#endif |
---|
| 136 | + struct in6_addr saddr; |
---|
| 137 | + struct in6_addr daddr; |
---|
| 138 | +#ifndef __GENKSYMS__ |
---|
| 139 | + ); |
---|
| 140 | +#endif |
---|
134 | 141 | }; |
---|
135 | 142 | |
---|
136 | 143 | |
---|
.. | .. |
---|
187 | 194 | DEVCONF_DISABLE_POLICY, |
---|
188 | 195 | DEVCONF_ACCEPT_RA_RT_INFO_MIN_PLEN, |
---|
189 | 196 | DEVCONF_NDISC_TCLASS, |
---|
| 197 | + DEVCONF_RPL_SEG_ENABLED, |
---|
190 | 198 | DEVCONF_MAX |
---|
191 | 199 | }; |
---|
192 | 200 | |
---|