Home
last modified time | relevance | path

Searched defs:iucv_sock (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/net/iucv/
Daf_iucv.h106 struct iucv_sock { struct
107 struct sock sk;
108 char src_user_id[8];
109 char src_name[8];
110 char dst_user_id[8];
111 char dst_name[8];
112 struct list_head accept_q;
113 spinlock_t accept_q_lock;
114 struct sock *parent;
138 struct iucv_sock_list { argument