FreeBSD kernel netgraph code
ngsock Struct Reference
Collaboration diagram for ngsock:

Data Fields

struct ng_nodenode
 
struct ngpcbdatasock
 
struct ngpcbctlsock
 
struct ngshash * hash
 
u_long hmask
 
int flags
 
int refs
 
struct mtx mtx
 
int error
 

Detailed Description

Definition at line 177 of file ng_socket.c.

Field Documentation

◆ ctlsock

struct ngpcb* ngsock::ctlsock

Definition at line 180 of file ng_socket.c.

◆ datasock

struct ngpcb* ngsock::datasock

Definition at line 179 of file ng_socket.c.

◆ error

int ngsock::error

Definition at line 186 of file ng_socket.c.

Referenced by ng_connect_data(), and ng_socket_item_applied().

◆ flags

int ngsock::flags

Definition at line 183 of file ng_socket.c.

◆ hash

struct ngshash* ngsock::hash

Definition at line 181 of file ng_socket.c.

◆ hmask

u_long ngsock::hmask

Definition at line 182 of file ng_socket.c.

◆ mtx

struct mtx ngsock::mtx

Definition at line 185 of file ng_socket.c.

Referenced by ng_getsockaddr().

◆ node

◆ refs

int ngsock::refs

Definition at line 184 of file ng_socket.c.


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