FreeBSD kernel netgraph code
ngpcb Struct Reference

#include <ng_socketvar.h>

Collaboration diagram for ngpcb:

Public Member Functions

 LIST_ENTRY (ngpcb) socks
 

Data Fields

struct socket * ng_socket
 
struct ngsocksockdata
 
int type
 
ng_ID_t node_id
 

Detailed Description

Definition at line 48 of file ng_socketvar.h.

Member Function Documentation

◆ LIST_ENTRY()

ngpcb::LIST_ENTRY ( ngpcb  )

Field Documentation

◆ ng_socket

struct socket* ngpcb::ng_socket

◆ node_id

ng_ID_t ngpcb::node_id

Definition at line 53 of file ng_socketvar.h.

Referenced by ng_attach_cntl(), ng_connect_data(), and ng_detach_common().

◆ sockdata

struct ngsock* ngpcb::sockdata

◆ type

int ngpcb::type

Definition at line 52 of file ng_socketvar.h.

Referenced by ng_attach_common().


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