Home
last modified time | relevance | path

Searched refs:OFPIEH12_HOP (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/openvswitch/ !
Dflow.c291 if ((*ext_hdrs & ~(OFPIEH12_HOP | OFPIEH12_DEST | in get_ipv6_ext_hdrs()
304 ~(OFPIEH12_HOP | OFPIEH12_DEST | OFPIEH12_ROUTER | in get_ipv6_ext_hdrs()
315 ~(OFPIEH12_HOP | OFPIEH12_UNREP)) in get_ipv6_ext_hdrs()
320 ~(OFPIEH12_HOP | OFPIEH12_DEST | in get_ipv6_ext_hdrs()
335 if ((*ext_hdrs & ~(OFPIEH12_HOP | in get_ipv6_ext_hdrs()
348 if ((*ext_hdrs & ~(OFPIEH12_HOP | in get_ipv6_ext_hdrs()
358 if (*ext_hdrs & OFPIEH12_HOP) in get_ipv6_ext_hdrs()
365 *ext_hdrs |= OFPIEH12_HOP; in get_ipv6_ext_hdrs()
Dflow.h43 OFPIEH12_HOP = 1 << 6, /* Hop-by-hop header present. */ enumerator