Lines Matching refs:ext_hdrs

270 			      u16 *ext_hdrs)  in get_ipv6_ext_hdrs()  argument
276 *ext_hdrs = 0; in get_ipv6_ext_hdrs()
283 *ext_hdrs |= OFPIEH12_NONEXT; in get_ipv6_ext_hdrs()
288 if (*ext_hdrs & OFPIEH12_ESP) in get_ipv6_ext_hdrs()
289 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
290 if ((*ext_hdrs & ~(OFPIEH12_HOP | OFPIEH12_DEST | in get_ipv6_ext_hdrs()
294 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
296 *ext_hdrs |= OFPIEH12_ESP; in get_ipv6_ext_hdrs()
300 if (*ext_hdrs & OFPIEH12_AUTH) in get_ipv6_ext_hdrs()
301 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
302 if ((*ext_hdrs & in get_ipv6_ext_hdrs()
306 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
308 *ext_hdrs |= OFPIEH12_AUTH; in get_ipv6_ext_hdrs()
313 if (*ext_hdrs & in get_ipv6_ext_hdrs()
315 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
316 *ext_hdrs |= OFPIEH12_DEST; in get_ipv6_ext_hdrs()
318 if (*ext_hdrs & in get_ipv6_ext_hdrs()
323 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
326 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
332 if (*ext_hdrs & OFPIEH12_FRAG) in get_ipv6_ext_hdrs()
333 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
334 if ((*ext_hdrs & ~(OFPIEH12_HOP | in get_ipv6_ext_hdrs()
339 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
341 *ext_hdrs |= OFPIEH12_FRAG; in get_ipv6_ext_hdrs()
345 if (*ext_hdrs & OFPIEH12_ROUTER) in get_ipv6_ext_hdrs()
346 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
347 if ((*ext_hdrs & ~(OFPIEH12_HOP | in get_ipv6_ext_hdrs()
351 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()
353 *ext_hdrs |= OFPIEH12_ROUTER; in get_ipv6_ext_hdrs()
357 if (*ext_hdrs & OFPIEH12_HOP) in get_ipv6_ext_hdrs()
358 *ext_hdrs |= OFPIEH12_UNREP; in get_ipv6_ext_hdrs()
363 if (*ext_hdrs == 0) in get_ipv6_ext_hdrs()
364 *ext_hdrs |= OFPIEH12_HOP; in get_ipv6_ext_hdrs()
366 *ext_hdrs |= OFPIEH12_UNSEQ; in get_ipv6_ext_hdrs()