miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
net_observe.h File Reference
Include dependency graph for net_observe.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void net_observe_init (void)
int net_observe_rx (netdev_t *dev, const void *frame, size_t frame_len)
int net_observe_tx (netdev_t *dev, const void *frame, size_t frame_len)

Function Documentation

◆ net_observe_init()

void net_observe_init ( void )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ net_observe_rx()

int net_observe_rx ( netdev_t * dev,
const void * frame,
size_t frame_len )
Here is the caller graph for this function:

◆ net_observe_tx()

int net_observe_tx ( netdev_t * dev,
const void * frame,
size_t frame_len )