NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
StrategyCode Struct Reference

Forwarding strategy BPF programs. More...

#include <strategy-code.h>

Data Fields

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

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: