All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Statistics on reassembly and reassembly. More...

Detailed Description

Statistics on reassembly and reassembly.

Definition at line 99 of file frag.h.

#include <frag.h>

Data Fields

unsigned rbuf_full
 counts the number of events where the reassembly buffer is full
 
unsigned frag_full
 counts the number of events that there where no gnrc_sixlowpan_frag_fb_t available
 
unsigned datagrams
 reassembled datagrams
 
unsigned fragments
 total fragments of reassembled fragments
 

Field Documentation

◆ datagrams

unsigned gnrc_ipv6_ext_frag_stats_t::datagrams

reassembled datagrams

Definition at line 104 of file frag.h.

◆ frag_full

unsigned gnrc_ipv6_ext_frag_stats_t::frag_full

counts the number of events that there where no gnrc_sixlowpan_frag_fb_t available

Definition at line 102 of file frag.h.

◆ fragments

unsigned gnrc_ipv6_ext_frag_stats_t::fragments

total fragments of reassembled fragments

Definition at line 105 of file frag.h.

◆ rbuf_full

unsigned gnrc_ipv6_ext_frag_stats_t::rbuf_full

counts the number of events where the reassembly buffer is full

Definition at line 100 of file frag.h.


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