eBPF for Windows
Data Fields
_helper_function_entry Struct Reference

Helper function entry. This structure defines a helper function entry in the metadata table. The address of the helper function is written into the entry during load time. The helper_id and name are used to identify the helper function to bind to when the program is loaded. More...

#include <bpf2c.h>

Data Fields

uint64_t(* address )(uint64_t r1, uint64_t r2, uint64_t r3, uint64_t r4, uint64_t r5)
 
uint32_t helper_id
 
const char * name
 
bool tail_call
 

Detailed Description

Helper function entry. This structure defines a helper function entry in the metadata table. The address of the helper function is written into the entry during load time. The helper_id and name are used to identify the helper function to bind to when the program is loaded.

Field Documentation

◆ address

uint64_t(* _helper_function_entry::address) (uint64_t r1, uint64_t r2, uint64_t r3, uint64_t r4, uint64_t r5)

◆ helper_id

uint32_t _helper_function_entry::helper_id

◆ name

const char* _helper_function_entry::name

◆ tail_call

bool _helper_function_entry::tail_call

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