|
B2BITS FIX Antenna HFT
1.0.17
|
Onload extension API. More...
#include <sys/types.h>#include <stdint.h>
Include dependency graph for extensions.h:
This graph shows which files directly or indirectly include this file:Classes | |
| struct | onload_stat |
Macros | |
| #define | ONLOAD_DONT_ACCELERATE NULL |
| #define | ONLOAD_MSG_WARM 0x400 |
Functions | |
| int | onload_fd_check_feature (int fd, enum onload_fd_feature feature) |
| int | onload_fd_stat (int fd, struct onload_stat *stat) |
| int | onload_is_present (void) |
| int | onload_set_stackname (enum onload_stackname_who who, enum onload_stackname_scope scope, const char *stackname) |
| int | onload_stack_opt_reset (void) |
| int | onload_stack_opt_set_int (const char *opt, int64_t val) |
| int | onload_stackname_restore (void) |
| int | onload_stackname_save (void) |
| int | onload_thread_set_spin (enum onload_spin_type type, int spin) |
Onload extension API.
<L5_PRIVATE l5_header="">
| #define ONLOAD_DONT_ACCELERATE NULL |
| #define ONLOAD_MSG_WARM 0x400 |
| enum onload_fd_feature |
| enum onload_spin_type |
| enum onload_stackname_who |
| int onload_fd_check_feature | ( | int | fd, |
| enum onload_fd_feature | feature | ||
| ) |
| int onload_fd_stat | ( | int | fd, |
| struct onload_stat * | stat | ||
| ) |
| int onload_is_present | ( | void | ) |
| int onload_set_stackname | ( | enum onload_stackname_who | who, |
| enum onload_stackname_scope | scope, | ||
| const char * | stackname | ||
| ) |
| int onload_stack_opt_reset | ( | void | ) |
| int onload_stack_opt_set_int | ( | const char * | opt, |
| int64_t | val | ||
| ) |
| int onload_stackname_restore | ( | void | ) |
| int onload_stackname_save | ( | void | ) |
| int onload_thread_set_spin | ( | enum onload_spin_type | type, |
| int | spin | ||
| ) |
1.8.5