Lines Matching refs:ext_hdrs

274 			      u16 *ext_hdrs)  in get_ipv6_ext_hdrs()  argument
280 *ext_hdrs = 0; in get_ipv6_ext_hdrs()
287 *ext_hdrs |= OFPIEH12_NONEXT; in get_ipv6_ext_hdrs()
292 if (*ext_hdrs & OFPIEH12_ESP) in get_ipv6_ext_hdrs()
293 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
294 if ((*ext_hdrs & ~(OFPIEH12_HOP | OFPIEH12_DEST | in get_ipv6_ext_hdrs()
298 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
300 *ext_hdrs |= OFPIEH12_ESP; in get_ipv6_ext_hdrs()
304 if (*ext_hdrs & OFPIEH12_AUTH) in get_ipv6_ext_hdrs()
305 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
306 if ((*ext_hdrs & in get_ipv6_ext_hdrs()
310 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
312 *ext_hdrs |= OFPIEH12_AUTH; in get_ipv6_ext_hdrs()
317 if (*ext_hdrs & in get_ipv6_ext_hdrs()
319 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
320 *ext_hdrs |= OFPIEH12_DEST; in get_ipv6_ext_hdrs()
322 if (*ext_hdrs & in get_ipv6_ext_hdrs()
327 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
330 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
336 if (*ext_hdrs & OFPIEH12_FRAG) in get_ipv6_ext_hdrs()
337 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
338 if ((*ext_hdrs & ~(OFPIEH12_HOP | in get_ipv6_ext_hdrs()
343 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
345 *ext_hdrs |= OFPIEH12_FRAG; in get_ipv6_ext_hdrs()
349 if (*ext_hdrs & OFPIEH12_ROUTER) in get_ipv6_ext_hdrs()
350 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
351 if ((*ext_hdrs & ~(OFPIEH12_HOP | in get_ipv6_ext_hdrs()
355 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
357 *ext_hdrs |= OFPIEH12_ROUTER; in get_ipv6_ext_hdrs()
361 if (*ext_hdrs & OFPIEH12_HOP) in get_ipv6_ext_hdrs()
362 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
367 if (*ext_hdrs == 0) in get_ipv6_ext_hdrs()
368 *ext_hdrs |= OFPIEH12_HOP; in get_ipv6_ext_hdrs()
370 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()