NDN-DPDK
High-Speed Named Data Networking Forwarder
Loading...
Searching...
No Matches
StrategyCode Struct Reference

Forwarding strategy BPF programs. More...

#include <strategy-code.h>

Data Fields

StrategyCodeProg main
 dataplane BPF program
uintptr_t goHandle
 cgo.Handle reference of Go *strategycode.Strategy
int id
 strategy ID
atomic_int nRefs
 how many FibEntry* reference this

Detailed Description

Forwarding strategy BPF programs.

Field Documentation

◆ goHandle

uintptr_t StrategyCode::goHandle

cgo.Handle reference of Go *strategycode.Strategy

◆ id

int StrategyCode::id

strategy ID

◆ main

StrategyCodeProg StrategyCode::main

dataplane BPF program

◆ nRefs

atomic_int StrategyCode::nRefs

how many FibEntry* reference this


The documentation for this struct was generated from the following file: