FreeBSD kernel IPv4 code
sctp_str_log Struct Reference

#include <sctp_uio.h>

Data Fields

void * stcb
 
uint32_t n_tsn
 
uint32_t e_tsn
 
uint16_t n_sseq
 
uint16_t e_sseq
 
uint16_t strm
 

Detailed Description

Definition at line 792 of file sctp_uio.h.

Field Documentation

◆ e_sseq

uint16_t sctp_str_log::e_sseq

Definition at line 797 of file sctp_uio.h.

Referenced by sctp_log_strm_del(), and sctp_log_strm_del_alt().

◆ e_tsn

uint32_t sctp_str_log::e_tsn

Definition at line 795 of file sctp_uio.h.

Referenced by sctp_log_strm_del(), and sctp_log_strm_del_alt().

◆ n_sseq

uint16_t sctp_str_log::n_sseq

Definition at line 796 of file sctp_uio.h.

Referenced by sctp_log_strm_del(), and sctp_log_strm_del_alt().

◆ n_tsn

uint32_t sctp_str_log::n_tsn

Definition at line 794 of file sctp_uio.h.

Referenced by sctp_log_strm_del(), and sctp_log_strm_del_alt().

◆ stcb

void* sctp_str_log::stcb

Definition at line 793 of file sctp_uio.h.

Referenced by sctp_log_strm_del(), and sctp_log_strm_del_alt().

◆ strm

uint16_t sctp_str_log::strm

Definition at line 798 of file sctp_uio.h.

Referenced by sctp_log_strm_del(), and sctp_log_strm_del_alt().


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