Linux Kernel
3.7.1
|
#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 sock * | parent |
struct iucv_path * | path |
struct net_device * | hs_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) |
spinlock_t accept_q_lock |
struct sk_buff_head backlog_skb_q |
struct net_device* hs_dev |
struct sock_msg_q message_q |
struct sk_buff_head send_skb_q |