FreeBSD kernel IPv4 code
sctp_vrf Struct Reference

#include <sctp_pcb.h>

Public Member Functions

 LIST_ENTRY (sctp_vrf) next_vrf
 

Data Fields

struct sctp_ifalist * vrf_addr_hash
 
struct sctp_ifnlist ifnlist
 
uint32_t vrf_id
 
uint32_t tbl_id_v4
 
uint32_t tbl_id_v6
 
uint32_t total_ifa_count
 
u_long vrf_addr_hashmark
 
uint32_t refcount
 

Detailed Description

Definition at line 62 of file sctp_pcb.h.

Member Function Documentation

◆ LIST_ENTRY()

sctp_vrf::LIST_ENTRY ( sctp_vrf  )

Field Documentation

◆ ifnlist

◆ refcount

uint32_t sctp_vrf::refcount

Definition at line 71 of file sctp_pcb.h.

Referenced by sctp_add_addr_to_vrf(), sctp_allocate_vrf(), and sctp_free_vrf().

◆ tbl_id_v4

uint32_t sctp_vrf::tbl_id_v4

Definition at line 67 of file sctp_pcb.h.

◆ tbl_id_v6

uint32_t sctp_vrf::tbl_id_v6

Definition at line 68 of file sctp_pcb.h.

◆ total_ifa_count

uint32_t sctp_vrf::total_ifa_count

◆ vrf_addr_hash

struct sctp_ifalist* sctp_vrf::vrf_addr_hash

◆ vrf_addr_hashmark

u_long sctp_vrf::vrf_addr_hashmark

◆ vrf_id


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