Lines Matching refs:ext_hdrs
271 u16 *ext_hdrs) in get_ipv6_ext_hdrs() argument
277 *ext_hdrs = 0; in get_ipv6_ext_hdrs()
284 *ext_hdrs |= OFPIEH12_NONEXT; in get_ipv6_ext_hdrs()
289 if (*ext_hdrs & OFPIEH12_ESP) in get_ipv6_ext_hdrs()
290 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
291 if ((*ext_hdrs & ~(OFPIEH12_HOP | OFPIEH12_DEST | in get_ipv6_ext_hdrs()
295 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
297 *ext_hdrs |= OFPIEH12_ESP; in get_ipv6_ext_hdrs()
301 if (*ext_hdrs & OFPIEH12_AUTH) in get_ipv6_ext_hdrs()
302 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
303 if ((*ext_hdrs & in get_ipv6_ext_hdrs()
307 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
309 *ext_hdrs |= OFPIEH12_AUTH; in get_ipv6_ext_hdrs()
314 if (*ext_hdrs & in get_ipv6_ext_hdrs()
316 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
317 *ext_hdrs |= OFPIEH12_DEST; in get_ipv6_ext_hdrs()
319 if (*ext_hdrs & in get_ipv6_ext_hdrs()
324 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
327 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
333 if (*ext_hdrs & OFPIEH12_FRAG) in get_ipv6_ext_hdrs()
334 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
335 if ((*ext_hdrs & ~(OFPIEH12_HOP | in get_ipv6_ext_hdrs()
340 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
342 *ext_hdrs |= OFPIEH12_FRAG; in get_ipv6_ext_hdrs()
346 if (*ext_hdrs & OFPIEH12_ROUTER) in get_ipv6_ext_hdrs()
347 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
348 if ((*ext_hdrs & ~(OFPIEH12_HOP | in get_ipv6_ext_hdrs()
352 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
354 *ext_hdrs |= OFPIEH12_ROUTER; in get_ipv6_ext_hdrs()
358 if (*ext_hdrs & OFPIEH12_HOP) in get_ipv6_ext_hdrs()
359 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
364 if (*ext_hdrs == 0) in get_ipv6_ext_hdrs()
365 *ext_hdrs |= OFPIEH12_HOP; in get_ipv6_ext_hdrs()
367 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()