![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSIS
Device Independent Functionsint
int
int
int
int
int
int
int
void
void
void
void
void
void
Global Variablesextern struct if_txrx DATA STRUCTURESThe if_ctx_t Structure is the device independent data structure that contains statistics and identifying information used to transmit and receive data packets. The interface is associated with an array of queues assigned sequentially. Each queue has its own transmit (iflib_txq_t) and receive (iflib_rxq_t) queue. The transmit queue is used to hold packets while the interface is in the process of sending another. The receive queue is used to receive packets that are awaiting processing. The if_ctx_t StructureThe fields of struct if_ctx_t are as follows:
FUNCTIONSThe above named functions are found exclusively in iflib. They are independent of the underlying hardware type or configuration. Device Independent Functions
SEE ALSOAUTHORSThis manual page was written by Nicole Graziano
|