Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
unix_sock Struct Reference

#include <af_unix.h>

Data Fields

struct sock sk
 
struct unix_addressaddr
 
struct path path
 
struct mutex readlock
 
struct sockpeer
 
struct sockother
 
struct list_head link
 
atomic_long_t inflight
 
spinlock_t lock
 
unsigned int gc_candidate: 1
 
unsigned int gc_maybe_cycle: 1
 
unsigned char recursion_level
 
struct socket_wq peer_wq
 

Detailed Description

Definition at line 49 of file af_unix.h.

Field Documentation

Definition at line 52 of file af_unix.h.

unsigned int gc_candidate

Definition at line 60 of file af_unix.h.

unsigned int gc_maybe_cycle

Definition at line 61 of file af_unix.h.

atomic_long_t inflight

Definition at line 58 of file af_unix.h.

Definition at line 57 of file af_unix.h.

spinlock_t lock

Definition at line 59 of file af_unix.h.

struct sock* other

Definition at line 56 of file af_unix.h.

Definition at line 53 of file af_unix.h.

struct sock* peer

Definition at line 55 of file af_unix.h.

struct socket_wq peer_wq

Definition at line 63 of file af_unix.h.

struct mutex readlock

Definition at line 54 of file af_unix.h.

unsigned char recursion_level

Definition at line 62 of file af_unix.h.

Definition at line 51 of file af_unix.h.


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