FreeBSD kernel netgraph code
ng_bridge_link Struct Reference
Collaboration diagram for ng_bridge_link:

Data Fields

hook_p hook
 
u_int16_t loopCount
 
unsigned int learnMac: 1
 
unsigned int sendUnknown: 1
 
struct ng_bridge_link_kernel_stats stats
 

Detailed Description

Definition at line 111 of file ng_bridge.c.

Field Documentation

◆ hook

hook_p ng_bridge_link::hook

Definition at line 112 of file ng_bridge.c.

Referenced by ng_bridge_newhook(), ng_bridge_put(), ng_bridge_rcvdata(), and ng_bridge_rcvmsg().

◆ learnMac

unsigned int ng_bridge_link::learnMac

Definition at line 114 of file ng_bridge.c.

Referenced by ng_bridge_newhook(), and ng_bridge_rcvdata().

◆ loopCount

u_int16_t ng_bridge_link::loopCount

Definition at line 113 of file ng_bridge.c.

Referenced by ng_bridge_put(), ng_bridge_rcvdata(), and ng_bridge_unmute().

◆ sendUnknown

unsigned int ng_bridge_link::sendUnknown

Definition at line 115 of file ng_bridge.c.

Referenced by ng_bridge_newhook(), and ng_bridge_send_ctx().

◆ stats


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