Lines Matching defs:iucv_sock
107 struct iucv_sock { struct
108 struct sock sk;
109 char src_user_id[8];
110 char src_name[8];
111 char dst_user_id[8];
112 char dst_name[8];
113 struct list_head accept_q;
114 spinlock_t accept_q_lock;
115 struct sock *parent;
116 struct iucv_path *path;
117 struct net_device *hs_dev;
118 struct sk_buff_head send_skb_q;
119 struct sk_buff_head backlog_skb_q;
120 struct sock_msg_q message_q;
121 unsigned int send_tag;
122 u8 flags;
123 u16 msglimit;
124 u16 msglimit_peer;
125 atomic_t msg_sent;
149 struct iucv_sock_list { argument