P4C
The P4 Compiler
Loading...
Searching...
No Matches
P4::P4Tools::P4Testgen::EBPF::EBPFConstants Class Reference

Static Public Attributes

static const IR::PathExpression ACCEPT_VAR
 eBPF-internal drop variable.
 
static constexpr int PORT_BIT_WIDTH = 9
 Port width in bits.
 

Member Data Documentation

◆ ACCEPT_VAR

const IR::PathExpression P4::P4Tools::P4Testgen::EBPF::EBPFConstants::ACCEPT_VAR
static
Initial value:
=
IR::PathExpression(IR::Type_Boolean::get(), new IR::Path("*accept"))

eBPF-internal drop variable.