Home
last modified time | relevance | path

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

/linux-6.6.21/net/openvswitch/
Dflow.c294 if ((*ext_hdrs & ~(OFPIEH12_HOP | OFPIEH12_DEST | in get_ipv6_ext_hdrs()
307 ~(OFPIEH12_HOP | OFPIEH12_DEST | OFPIEH12_ROUTER | in get_ipv6_ext_hdrs()
318 ~(OFPIEH12_HOP | OFPIEH12_UNREP)) in get_ipv6_ext_hdrs()
323 ~(OFPIEH12_HOP | OFPIEH12_DEST | in get_ipv6_ext_hdrs()
338 if ((*ext_hdrs & ~(OFPIEH12_HOP | in get_ipv6_ext_hdrs()
351 if ((*ext_hdrs & ~(OFPIEH12_HOP | in get_ipv6_ext_hdrs()
361 if (*ext_hdrs & OFPIEH12_HOP) in get_ipv6_ext_hdrs()
368 *ext_hdrs |= OFPIEH12_HOP; in get_ipv6_ext_hdrs()
Dflow.h43 OFPIEH12_HOP = 1 << 6, /* Hop-by-hop header present. */ enumerator