|
TAS
TCP Acceleration as an OS Service
|
Host Kernel Interface.This is implemented in kni.c. More...
|
Functions | |
| int | kni_init (void) |
| void | kni_packet (const void *pkt, uint16_t len) |
| unsigned | kni_poll (void) |
Host Kernel Interface.
This is implemented in kni.c.
| int kni_init | ( | void | ) |
| void kni_packet | ( | const void * | pkt, |
| uint16_t | len | ||
| ) |
Pass packet to KNI if enabled (buffer is not consumed).
Definition at line 109 of file kni.c.
References configuration::kni_name.
| unsigned kni_poll | ( | void | ) |
Poll kni
Definition at line 135 of file kni.c.
References configuration::kni_name, nicif_tx_alloc(), and nicif_tx_send().
1.8.13