FreeBSD kernel CXGBE device code
listen_ctx Struct Reference

#include <t4_tom.h>

Collaboration diagram for listen_ctx:

Public Member Functions

 LIST_ENTRY (listen_ctx) link
 

Data Fields

volatile int refcount
 
int stid
 
struct stid_region stid_region
 
int flags
 
struct inpcb * inp
 
struct vnet * vnet
 
struct sge_wrqctrlq
 
struct sge_ofld_rxqofld_rxq
 
struct clip_entry * ce
 

Detailed Description

Definition at line 259 of file t4_tom.h.

Member Function Documentation

◆ LIST_ENTRY()

listen_ctx::LIST_ENTRY ( listen_ctx  )

Field Documentation

◆ ce

struct clip_entry* listen_ctx::ce

Definition at line 269 of file t4_tom.h.

◆ ctrlq

struct sge_wrq* listen_ctx::ctrlq

Definition at line 267 of file t4_tom.h.

◆ flags

int listen_ctx::flags

Definition at line 264 of file t4_tom.h.

◆ inp

struct inpcb* listen_ctx::inp

Definition at line 265 of file t4_tom.h.

◆ ofld_rxq

struct sge_ofld_rxq* listen_ctx::ofld_rxq

Definition at line 268 of file t4_tom.h.

◆ refcount

volatile int listen_ctx::refcount

Definition at line 261 of file t4_tom.h.

◆ stid

int listen_ctx::stid

Definition at line 262 of file t4_tom.h.

◆ stid_region

struct stid_region listen_ctx::stid_region

Definition at line 263 of file t4_tom.h.

◆ vnet

struct vnet* listen_ctx::vnet

Definition at line 266 of file t4_tom.h.


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