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