|
suricata
|
#include <source-af-packet.h>

Public Member Functions | |
| SC_ATOMIC_DECLARE (int, socket) | |
| SC_ATOMIC_DECLARE (int, sock_usage) | |
| SC_ATOMIC_DECLARE (int, if_idx) | |
| SC_ATOMIC_DECLARE (uint64_t, send_errors) | |
| SC_ATOMIC_DECLARE (uint8_t, state) | |
| TAILQ_ENTRY (AFPPeer_) next | |
Data Fields | |
| int | flags |
| int | turn |
| uint16_t | livedev_id |
| struct AFPPeer_ * | peer |
| char | iface [AFP_IFACE_NAME_LENGTH] |
| SCMutex | sock_protect |
Definition at line 133 of file source-af-packet.h.
| AFPPeer_::SC_ATOMIC_DECLARE | ( | int | , |
| if_idx | |||
| ) |
| AFPPeer_::SC_ATOMIC_DECLARE | ( | int | , |
| sock_usage | |||
| ) |
| AFPPeer_::SC_ATOMIC_DECLARE | ( | int | , |
| socket | |||
| ) |
| AFPPeer_::SC_ATOMIC_DECLARE | ( | uint64_t | , |
| send_errors | |||
| ) |
| AFPPeer_::SC_ATOMIC_DECLARE | ( | uint8_t | , |
| state | |||
| ) |
| AFPPeer_::TAILQ_ENTRY | ( | AFPPeer_ | ) |
| int AFPPeer_::flags |
Definition at line 137 of file source-af-packet.h.
| char AFPPeer_::iface[AFP_IFACE_NAME_LENGTH] |
Definition at line 144 of file source-af-packet.h.
| uint16_t AFPPeer_::livedev_id |
livedev id for this interface
Definition at line 141 of file source-af-packet.h.
| struct AFPPeer_* AFPPeer_::peer |
Definition at line 142 of file source-af-packet.h.
| SCMutex AFPPeer_::sock_protect |
Definition at line 145 of file source-af-packet.h.
| int AFPPeer_::turn |
Field used to store initialisation order.
Definition at line 139 of file source-af-packet.h.