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 |
SCMutex | sock_protect |
int | turn |
struct AFPPeer_ * | peer |
char | iface [AFP_IFACE_NAME_LENGTH] |
Definition at line 123 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 128 of file source-af-packet.h.
char AFPPeer_::iface[AFP_IFACE_NAME_LENGTH] |
Definition at line 134 of file source-af-packet.h.
struct AFPPeer_* AFPPeer_::peer |
Definition at line 132 of file source-af-packet.h.
SCMutex AFPPeer_::sock_protect |
Definition at line 129 of file source-af-packet.h.
int AFPPeer_::turn |
Field used to store initialisation order.
Definition at line 130 of file source-af-packet.h.