Flowgrind
Advanced TCP traffic generator
linked_list Struct Reference

A doubly linked list. More...

#include <fg_list.h>

Data Fields

struct list_nodehead
 Pointer to the first element in the list. More...
 
size_t size
 Size of the list i.e. More...
 
struct list_nodetail
 Pointer to the last element in the list. More...
 

Detailed Description

A doubly linked list.

Definition at line 46 of file fg_list.h.

Field Documentation

◆ head

struct list_node* linked_list::head

Pointer to the first element in the list.

NULL if the list is empty.

Definition at line 48 of file fg_list.h.

◆ size

size_t linked_list::size

Size of the list i.e.

the number of elements stored in the list.

Definition at line 52 of file fg_list.h.

◆ tail

struct list_node* linked_list::tail

Pointer to the last element in the list.

NULL if the list is empty.

Definition at line 50 of file fg_list.h.


The documentation for this struct was generated from the following file: