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

#include <af_iucv.h>

Data Fields

struct sock sk
 
char src_user_id [8]
 
char src_name [8]
 
char dst_user_id [8]
 
char dst_name [8]
 
struct list_head accept_q
 
spinlock_t accept_q_lock
 
struct sockparent
 
struct iucv_pathpath
 
struct net_devicehs_dev
 
struct sk_buff_head send_skb_q
 
struct sk_buff_head backlog_skb_q
 
struct sock_msg_q message_q
 
unsigned int send_tag
 
u8 flags
 
u16 msglimit
 
u16 msglimit_peer
 
atomic_t msg_sent
 
atomic_t msg_recv
 
atomic_t pendings
 
int transport
 
void(* sk_txnotify )(struct sk_buff *skb, enum iucv_tx_notify n)
 

Detailed Description

Definition at line 107 of file af_iucv.h.

Field Documentation

struct list_head accept_q

Definition at line 113 of file af_iucv.h.

spinlock_t accept_q_lock

Definition at line 114 of file af_iucv.h.

struct sk_buff_head backlog_skb_q

Definition at line 119 of file af_iucv.h.

char dst_name[8]

Definition at line 112 of file af_iucv.h.

char dst_user_id[8]

Definition at line 111 of file af_iucv.h.

u8 flags

Definition at line 122 of file af_iucv.h.

struct net_device* hs_dev

Definition at line 117 of file af_iucv.h.

struct sock_msg_q message_q

Definition at line 120 of file af_iucv.h.

atomic_t msg_recv

Definition at line 126 of file af_iucv.h.

atomic_t msg_sent

Definition at line 125 of file af_iucv.h.

u16 msglimit

Definition at line 123 of file af_iucv.h.

u16 msglimit_peer

Definition at line 124 of file af_iucv.h.

struct sock* parent

Definition at line 115 of file af_iucv.h.

Definition at line 116 of file af_iucv.h.

atomic_t pendings

Definition at line 127 of file af_iucv.h.

struct sk_buff_head send_skb_q

Definition at line 118 of file af_iucv.h.

unsigned int send_tag

Definition at line 121 of file af_iucv.h.

Definition at line 108 of file af_iucv.h.

void(* sk_txnotify)(struct sk_buff *skb, enum iucv_tx_notify n)

Definition at line 129 of file af_iucv.h.

char src_name[8]

Definition at line 110 of file af_iucv.h.

char src_user_id[8]

Definition at line 109 of file af_iucv.h.

Definition at line 128 of file af_iucv.h.


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