FreeBSD kernel IPv4 code
sctp_timer Struct Reference

#include <sctp_structs.h>

Data Fields

sctp_os_timer_t timer
 
int type
 
void * ep
 
void * tcb
 
void * net
 
void * vnet
 
void * self
 
uint32_t ticks
 
uint32_t stopped_from
 

Detailed Description

Definition at line 45 of file sctp_structs.h.

Field Documentation

◆ ep

void* sctp_timer::ep

◆ net

void* sctp_timer::net

Definition at line 55 of file sctp_structs.h.

Referenced by sctp_timeout_handler(), sctp_timer_start(), and sctp_timer_stop().

◆ self

void* sctp_timer::self

Definition at line 59 of file sctp_structs.h.

Referenced by sctp_timeout_handler(), sctp_timer_start(), and sctp_timer_stop().

◆ stopped_from

uint32_t sctp_timer::stopped_from

Definition at line 61 of file sctp_structs.h.

Referenced by sctp_timeout_handler(), sctp_timer_start(), and sctp_timer_stop().

◆ tcb

void* sctp_timer::tcb

Definition at line 54 of file sctp_structs.h.

Referenced by sctp_timeout_handler(), sctp_timer_start(), and sctp_timer_stop().

◆ ticks

uint32_t sctp_timer::ticks

Definition at line 60 of file sctp_structs.h.

Referenced by sctp_timer_start().

◆ timer

◆ type

◆ vnet

void* sctp_timer::vnet

Definition at line 56 of file sctp_structs.h.

Referenced by sctp_timeout_handler(), and sctp_timer_start().


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